Browse Source

sdlog2: hard-code path to work on Linux

sbg
Kevin Mehall 9 years ago committed by Julian Oes
parent
commit
46bc1774f4
  1. 2
      src/modules/sdlog2/sdlog2.c

2
src/modules/sdlog2/sdlog2.c

@ -150,7 +150,7 @@ static bool _extended_logging = false; @@ -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;

Loading…
Cancel
Save