AP_Scheduler: 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 92be3e7237
commit 9ce9f88254
1 changed files with 1 additions and 2 deletions

View File

@ -17,8 +17,7 @@ GCS_Dummy _gcs;
const AP_HAL::HAL& hal = AP_HAL::get_HAL();
AP_Int32 log_bitmask;
AP_Logger AP_Logger{log_bitmask};
AP_Logger logger;
class SchedTest {
public: