mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
AP_PiccoloCAN: fix missing _telem_sem
This commit is contained in:
parent
72ceee5539
commit
5a113cd8ad
@ -206,6 +206,8 @@ private:
|
|||||||
|
|
||||||
AP_Int32 _srv_bm; //! Servo selection bitmask
|
AP_Int32 _srv_bm; //! Servo selection bitmask
|
||||||
AP_Int16 _srv_hz; //! Servo update rate (Hz)
|
AP_Int16 _srv_hz; //! Servo update rate (Hz)
|
||||||
|
|
||||||
|
HAL_Semaphore _telem_sem;
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // HAL_PICCOLO_CAN_ENABLE
|
#endif // HAL_PICCOLO_CAN_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user