Browse Source

px4_defines: make sure that PX4_ROOTFSDIR is a string

sbg
Beat Küng 8 years ago committed by Lorenz Meier
parent
commit
42f7e6bca3
  1. 4
      src/platforms/px4_defines.h

4
src/platforms/px4_defines.h

@ -110,7 +110,7 @@ typedef param_t px4_param_t;
* NuttX specific defines. * NuttX specific defines.
****************************************************************************/ ****************************************************************************/
#define PX4_ROOTFSDIR #define PX4_ROOTFSDIR ""
#define _PX4_IOC(x,y) _IOC(x,y) #define _PX4_IOC(x,y) _IOC(x,y)
#define px4_statfs_buf_f_bavail_t int #define px4_statfs_buf_f_bavail_t int
@ -174,7 +174,7 @@ using ::isfinite;
// QURT specific // QURT specific
# include "dspal_math.h" # include "dspal_math.h"
# define PX4_ROOTFSDIR # define PX4_ROOTFSDIR ""
# define PX4_TICKS_PER_SEC 1000L # define PX4_TICKS_PER_SEC 1000L
# define SIOCDEVPRIVATE 999999 # define SIOCDEVPRIVATE 999999

Loading…
Cancel
Save