Skip to content

Commit

Permalink
sdlog2: hard-code path to work on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmehall authored and julianoes committed Mar 22, 2016
1 parent 91a32ff commit 46bc177
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sdlog2/sdlog2.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 46bc177

Please sign in to comment.