Skip to content
Snippets Groups Projects
Commit 49e0fc96 authored by Mark Charlebois's avatar Mark Charlebois
Browse files

qurt: Added back missing ifdef section in px4_defines.h

parent 0e967d08
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment