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/fs.h>
|
||||||
#include <nuttx/fs/nfs.h>
|
#include <nuttx/fs/nfs.h>
|
||||||
#include <nuttx/net/udp.h>
|
#include <nuttx/net/udp.h>
|
||||||
|
#include <nuttx/net/arp.h>
|
||||||
#include <nuttx/net/netconfig.h>
|
#include <nuttx/net/netconfig.h>
|
||||||
|
|
||||||
#include <net/if.h>
|
#include <net/if.h>
|
||||||
|
@ -44,6 +44,8 @@
|
|||||||
|
|
||||||
// Remove macros in favor of builtin implementations
|
// Remove macros in favor of builtin implementations
|
||||||
|
|
||||||
|
#if !defined(CONFIG_UCLIBCXX)
|
||||||
|
|
||||||
#undef isalnum
|
#undef isalnum
|
||||||
#undef isalpha
|
#undef isalpha
|
||||||
#undef iscntrl
|
#undef iscntrl
|
||||||
@ -58,6 +60,8 @@
|
|||||||
#undef tolower
|
#undef tolower
|
||||||
#undef toupper
|
#undef toupper
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
// Namespace
|
// Namespace
|
||||||
//***************************************************************************
|
//***************************************************************************
|
||||||
|
Loading…
x
Reference in New Issue
Block a user