mirror of https://github.com/ArduPilot/ardupilot
AP_HAL: move logger object up to AP_Vehicle
This commit is contained in:
parent
aa4a805bb6
commit
f7886ca14d
|
@ -32,7 +32,7 @@ static AP_SerialManager serial_manager;
|
|||
static AP_BoardConfig board_config;
|
||||
static AP_InertialSensor ins;
|
||||
AP_Int32 logger_bitmask;
|
||||
static AP_Logger logger{logger_bitmask};
|
||||
static AP_Logger logger;
|
||||
|
||||
class DummyVehicle {
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue