mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-06 16:03:58 -04:00
AP_HAL_ChibiOS: make a static-const hal a reference to the external symbol
This commit is contained in:
parent
7038d522b8
commit
2d2fdf8bd0
@ -31,7 +31,7 @@
|
||||
|
||||
using namespace ChibiOS;
|
||||
|
||||
static const AP_HAL::HAL &hal = AP_HAL::get_HAL();
|
||||
extern const AP_HAL::HAL& hal;
|
||||
|
||||
DeviceBus::DeviceBus(uint8_t _thread_priority) :
|
||||
thread_priority(_thread_priority)
|
||||
|
Loading…
Reference in New Issue
Block a user