From 42f7e6bca3b23c64675f3f5f8a54ff77c2d140f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Beat=20K=C3=BCng?= Date: Fri, 21 Jul 2017 17:06:10 +0200 Subject: [PATCH] px4_defines: make sure that PX4_ROOTFSDIR is a string --- src/platforms/px4_defines.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/platforms/px4_defines.h b/src/platforms/px4_defines.h index 25767c3881..797ee9a4c9 100644 --- a/src/platforms/px4_defines.h +++ b/src/platforms/px4_defines.h @@ -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