sdlog2: hard-code path to work on Linux

This commit is contained in:
Kevin Mehall 2016-03-16 01:02:22 +00:00 committed by Julian Oes
parent 91a32ff7fb
commit 46bc1774f4

View File

@ -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;