hi,

i'm looking for something like __Darwin__, __Linux__, etc for nuttx
so that i can have something like the following in my app.

#ifdef __NuttX__
#include <nuttx/compiler.h>
#endif

i found some Make.defs defining -D__NuttX__.
is it commonly used?

Reply via email to