mirror of https://github.com/ArduPilot/ardupilot
Rover: enable logging on Linux
This commit is contained in:
parent
5d685385eb
commit
bf5aef7119
|
@ -167,6 +167,8 @@ static DataFlash_APM2 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
|
||||
DataFlash_Empty DataFlash;
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue