mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-18 06:38:29 -04:00
AP_KDECAN: fixed build error on Linux
This commit is contained in:
parent
e1f89c2c0d
commit
6bd7364f24
@ -62,7 +62,7 @@ private:
|
|||||||
void loop();
|
void loop();
|
||||||
|
|
||||||
bool _initialized;
|
bool _initialized;
|
||||||
char _thread_name[9];
|
char _thread_name[11];
|
||||||
uint8_t _driver_index;
|
uint8_t _driver_index;
|
||||||
uavcan::ICanDriver* _can_driver;
|
uavcan::ICanDriver* _can_driver;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user