mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-06-02 11:59:17 +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
|
#endif
|
||||||
|
|
||||||
|
#if defined(__PX4_QURT)
|
||||||
|
|
||||||
#define PX4_ROOTFSDIR
|
#define PX4_ROOTFSDIR
|
||||||
#define DEFAULT_PARAM_FILE "/fs/eeprom/parameters"
|
#define DEFAULT_PARAM_FILE "/fs/eeprom/parameters"
|
||||||
|
|
||||||
@@ -232,6 +234,8 @@ __END_DECLS
|
|||||||
// Missing math.h defines
|
// Missing math.h defines
|
||||||
#define PX4_ISFINITE(x) __builtin_isfinite(x)
|
#define PX4_ISFINITE(x) __builtin_isfinite(x)
|
||||||
|
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
*Defines for all platforms
|
*Defines for all platforms
|
||||||
*/
|
*/
|
||||||
|
|||||||
Reference in New Issue
Block a user