mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-21 16:18:29 -04:00
AP_HAL_ChibiOS: rename dataflash to logger
This commit is contained in:
parent
a8908e3c57
commit
91b0650765
@ -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();
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user