Browse Source

AP_KDECAN: fixed build error on Linux

celiu-4.0.17-rc8
Andrew Tridgell 5 years ago
parent
commit
9343cf04f6
  1. 2
      libraries/AP_KDECAN/AP_KDECAN.h

2
libraries/AP_KDECAN/AP_KDECAN.h

@ -62,7 +62,7 @@ private: @@ -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…
Cancel
Save