AP_PiccoloCAN: fix missing _telem_sem

This commit is contained in:
Siddharth Purohit 2021-06-24 11:53:14 +05:30 committed by Peter Barker
parent 9aba85dadc
commit 43bb543aff
1 changed files with 2 additions and 0 deletions

View File

@ -206,6 +206,8 @@ private:
AP_Int32 _srv_bm; //! Servo selection bitmask
AP_Int16 _srv_hz; //! Servo update rate (Hz)
HAL_Semaphore _telem_sem;
};
#endif // HAL_PICCOLO_CAN_ENABLE