mirror of https://github.com/ArduPilot/ardupilot
AP_Logger: move from HAL_NO_LOGGING to HAL_LOGGING_ENABLED
This commit is contained in:
parent
c326cdb1ca
commit
00041737d2
|
@ -5,6 +5,10 @@
|
|||
|
||||
#include <AP_Filesystem/AP_Filesystem_Available.h>
|
||||
|
||||
#ifndef HAL_LOGGING_ENABLED
|
||||
#define HAL_LOGGING_ENABLED 1
|
||||
#endif
|
||||
|
||||
// set default for HAL_LOGGING_DATAFLASH_ENABLED
|
||||
#ifndef HAL_LOGGING_DATAFLASH_ENABLED
|
||||
#ifdef HAL_LOGGING_DATAFLASH
|
||||
|
|
Loading…
Reference in New Issue