There were some changes which broke my NuttX-Build. With these two patches it builds again. From Manuel Stühn
This commit is contained in:
parent
84519f8077
commit
e9cec9057b
|
@ -69,6 +69,7 @@
|
|||
#include <nuttx/fs/fs.h>
|
||||
#include <nuttx/fs/nfs.h>
|
||||
#include <nuttx/net/udp.h>
|
||||
#include <nuttx/net/arp.h>
|
||||
#include <nuttx/net/netconfig.h>
|
||||
|
||||
#include <net/if.h>
|
||||
|
|
|
@ -44,6 +44,8 @@
|
|||
|
||||
// Remove macros in favor of builtin implementations
|
||||
|
||||
#if !defined(CONFIG_UCLIBCXX)
|
||||
|
||||
#undef isalnum
|
||||
#undef isalpha
|
||||
#undef iscntrl
|
||||
|
@ -58,6 +60,8 @@
|
|||
#undef tolower
|
||||
#undef toupper
|
||||
|
||||
#endif
|
||||
|
||||
//***************************************************************************
|
||||
// Namespace
|
||||
//***************************************************************************
|
||||
|
|
Loading…
Reference in New Issue