mirror of https://github.com/ArduPilot/ardupilot
AP_KDECAN: fixed build error on Linux
This commit is contained in:
parent
e3710bfa47
commit
9343cf04f6
|
@ -62,7 +62,7 @@ private:
|
|||
void loop();
|
||||
|
||||
bool _initialized;
|
||||
char _thread_name[9];
|
||||
char _thread_name[11];
|
||||
uint8_t _driver_index;
|
||||
uavcan::ICanDriver* _can_driver;
|
||||
|
||||
|
|
Loading…
Reference in New Issue