mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-06 03:30:35 +08:00
px4_defines: make sure that PX4_ROOTFSDIR is a string
This commit is contained in:
@@ -110,7 +110,7 @@ typedef param_t px4_param_t;
|
||||
* NuttX specific defines.
|
||||
****************************************************************************/
|
||||
|
||||
#define PX4_ROOTFSDIR
|
||||
#define PX4_ROOTFSDIR ""
|
||||
#define _PX4_IOC(x,y) _IOC(x,y)
|
||||
#define px4_statfs_buf_f_bavail_t int
|
||||
|
||||
@@ -174,7 +174,7 @@ using ::isfinite;
|
||||
|
||||
// QURT specific
|
||||
# include "dspal_math.h"
|
||||
# define PX4_ROOTFSDIR
|
||||
# define PX4_ROOTFSDIR ""
|
||||
# define PX4_TICKS_PER_SEC 1000L
|
||||
# define SIOCDEVPRIVATE 999999
|
||||
|
||||
|
||||
Reference in New Issue
Block a user