From 46bc1774f429ff15ec475a6ea8578aed0eee3756 Mon Sep 17 00:00:00 2001 From: Kevin Mehall Date: Wed, 16 Mar 2016 01:02:22 +0000 Subject: [PATCH] sdlog2: hard-code path to work on Linux --- src/modules/sdlog2/sdlog2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/sdlog2/sdlog2.c b/src/modules/sdlog2/sdlog2.c index 25ad37c5d2..3235ef4c03 100644 --- a/src/modules/sdlog2/sdlog2.c +++ b/src/modules/sdlog2/sdlog2.c @@ -150,7 +150,7 @@ static bool _extended_logging = false; static bool _gpstime_only = false; static int32_t _utc_offset = 0; -#define MOUNTPOINT PX4_ROOTFSDIR"/fs/microsd" +#define MOUNTPOINT "/root" static const char *mountpoint = MOUNTPOINT; static const char *log_root = MOUNTPOINT "/log"; static int mavlink_fd = -1;