mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-22 07:44:03 -04:00
AP_Logger: turn dataflash logging off by default
This commit is contained in:
parent
6294b77211
commit
f848fa3a86
@ -11,7 +11,7 @@
|
||||
|
||||
// set default for HAL_LOGGING_DATAFLASH_ENABLED
|
||||
#ifndef HAL_LOGGING_DATAFLASH_ENABLED
|
||||
#define HAL_LOGGING_DATAFLASH_ENABLED (HAL_LOGGING_ENABLED && (CONFIG_HAL_BOARD != HAL_BOARD_SITL))
|
||||
#define HAL_LOGGING_DATAFLASH_ENABLED 0
|
||||
#endif
|
||||
|
||||
#ifndef HAL_LOGGING_MAVLINK_ENABLED
|
||||
|
Loading…
Reference in New Issue
Block a user