AP_RTC: move logger object up to AP_Vehicle

This commit is contained in:
Peter Barker 2024-02-11 08:50:29 +11:00 committed by Andrew Tridgell
parent fb7ccd327a
commit 92be3e7237
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ const AP_HAL::HAL& hal = AP_HAL::get_HAL();
static AP_BoardConfig board_config;
static AP_SerialManager serial_manager;
AP_Int32 logger_bitmask;
static AP_Logger logger{logger_bitmask};
static AP_Logger logger;
static AP_RTC _rtc;
void setup(void)