Skip to content
Snippets Groups Projects
Commit 3b418a5a authored by Ban Siesta's avatar Ban Siesta
Browse files

sdlog2: concatenate path strings

parent 460402e0
No related branches found
No related tags found
No related merge requests found
......@@ -160,8 +160,9 @@ static const int MIN_BYTES_TO_WRITE = 512;
static bool _extended_logging = false;
static const char *mountpoint = "/fs/microsd";
static const char *log_root = "/fs/microsd/log";
#define MOUNTPOINT "/fs/microsd"
static const char *mountpoint = MOUNTPOINT;
static const char *log_root = MOUNTPOINT "/log";
static int mavlink_fd = -1;
struct logbuffer_s lb;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment