qurt: Added back missing ifdef section in px4_defines.h

Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
Mark Charlebois
2015-10-22 10:12:32 -07:00
parent 0e967d0874
commit 49e0fc967a
+4
View File
@@ -224,6 +224,8 @@ __END_DECLS
#endif
#if defined(__PX4_QURT)
#define PX4_ROOTFSDIR
#define DEFAULT_PARAM_FILE "/fs/eeprom/parameters"
@@ -232,6 +234,8 @@ __END_DECLS
// Missing math.h defines
#define PX4_ISFINITE(x) __builtin_isfinite(x)
#endif
/*
*Defines for all platforms
*/