mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
Update NuttX submodule to use backport of ctype.h & cctype
This is the equivalent to Greg's upstream solution for ctype.h & cctype with the necessary shadow waning fix. It also deletes the Hack in pa4_defines.h
This commit is contained in:
committed by
Lorenz Meier
parent
4cc97aa705
commit
7ae749090b
+1
-1
Submodule NuttX updated: e40af7e82c...af5d2b058c
@@ -95,13 +95,6 @@ typedef param_t px4_param_t;
|
||||
|
||||
#define PX4_ROOTFSDIR
|
||||
|
||||
/* XXX this is a hack to resolve conflicts with NuttX headers */
|
||||
#if !defined(__PX4_TESTS)
|
||||
#define isspace(c) \
|
||||
((c) == ' ' || (c) == '\t' || (c) == '\n' || \
|
||||
(c) == '\r' || (c) == '\f' || c== '\v')
|
||||
#endif
|
||||
|
||||
#define _PX4_IOC(x,y) _IOC(x,y)
|
||||
|
||||
#define px4_statfs_buf_f_bavail_t int
|
||||
|
||||
Reference in New Issue
Block a user