mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
qurt: Added back missing ifdef section in px4_defines.h
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
This commit is contained in:
@@ -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
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user