AP_HAL_ChibiOS: rename dataflash to logger

This commit is contained in:
Tom Pittenger 2019-03-27 15:05:40 -07:00 committed by Peter Barker
parent a8908e3c57
commit 91b0650765
2 changed files with 2 additions and 2 deletions

View File

@ -236,7 +236,7 @@ void Scheduler::reboot(bool hold_in_bootloader)
}
#endif
#ifndef NO_DATAFLASH
#ifndef NO_LOGGING
//stop logging
if (AP_Logger::get_singleton()) {
AP::logger().StopLogging();

View File

@ -128,7 +128,7 @@ define HAL_USE_RTC FALSE
define HAL_NO_FLASH_SUPPORT TRUE
define HAL_NO_UARTDRIVER TRUE
define DISABLE_SERIAL_ESC_COMM TRUE
define NO_DATAFLASH TRUE
define NO_LOGGING TRUE
define DMA_RESERVE_SIZE 0