5
0
mirror of https://github.com/ArduPilot/ardupilot synced 2025-01-09 17:38:32 -04:00

AP_KDECAN: fixed build error on Linux

This commit is contained in:
Andrew Tridgell 2019-12-31 08:36:57 +11:00
parent 4866deb962
commit 61ef6c96d1

View File

@ -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;