aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMark Charlebois <charlebm@gmail.com>2015-03-24 20:55:06 -0700
committerMark Charlebois <charlebm@gmail.com>2015-04-20 11:16:26 -0700
commit192d70e5702534fa09b8f364d564476bf17dbd54 (patch)
tree3cde9fd7dd86ebc12421ef9468d4143953f4870b /src
parentbb7c8163b906ce2a4efbbc03742b38e3ec3999d0 (diff)
downloadpx4-firmware-192d70e5702534fa09b8f364d564476bf17dbd54.tar.gz
px4-firmware-192d70e5702534fa09b8f364d564476bf17dbd54.tar.bz2
px4-firmware-192d70e5702534fa09b8f364d564476bf17dbd54.zip
Linux: removed separate path for dataman file for Linux
Signed-off-by: Mark Charlebois <charlebm@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/modules/dataman/dataman.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/modules/dataman/dataman.c b/src/modules/dataman/dataman.c
index c12571634..75f8c6dc8 100644
--- a/src/modules/dataman/dataman.c
+++ b/src/modules/dataman/dataman.c
@@ -132,11 +132,7 @@ static sem_t g_sys_state_mutex;
/* The data manager store file handle and file name */
static int g_fd = -1, g_task_fd = -1;
// FIXME - need a configurable path that is not OS specific
-#ifdef __PX4_NUTTX
static const char *k_data_manager_device_path = "/fs/microsd/dataman";
-#else
-static const char *k_data_manager_device_path = "/tmp/dataman";
-#endif
/* The data manager work queues */