Skip to content
Snippets Groups Projects
Commit 450323f4 authored by Andrew Tridgell's avatar Andrew Tridgell
Browse files

Copter: enable logging on Linux

parent bf5aef71
No related branches found
No related tags found
No related merge requests found
......@@ -183,6 +183,8 @@ static DataFlash_APM1 DataFlash;
static DataFlash_SITL DataFlash;
#elif CONFIG_HAL_BOARD == HAL_BOARD_PX4
static DataFlash_File DataFlash("/fs/microsd/APM/logs");
#elif CONFIG_HAL_BOARD == HAL_BOARD_LINUX
static DataFlash_File DataFlash("logs");
#else
static DataFlash_Empty DataFlash;
#endif
......
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