AP_KDECAN: fixed build error on Linux

This commit is contained in:
Andrew Tridgell 2019-12-31 08:36:57 +11:00
parent e1f89c2c0d
commit 6bd7364f24
1 changed files with 1 additions and 1 deletions

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;