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