mirror of https://github.com/ArduPilot/ardupilot
AP_RTC: move logger object up to AP_Vehicle
This commit is contained in:
parent
fb7ccd327a
commit
92be3e7237
|
@ -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)
|
||||
|
|
Loading…
Reference in New Issue