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:
David Sidrane
2016-10-24 16:24:16 -10:00
committed by Lorenz Meier
parent 4cc97aa705
commit 7ae749090b
2 changed files with 1 additions and 8 deletions
+1 -1
Submodule NuttX updated: e40af7e82c...af5d2b058c
-7
View File
@@ -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