Browse Source

AP_PiccoloCAN: fix missing _telem_sem

c415-sdk
Siddharth Purohit 4 years ago committed by Peter Barker
parent
commit
43bb543aff
  1. 2
      libraries/AP_PiccoloCAN/AP_PiccoloCAN.h

2
libraries/AP_PiccoloCAN/AP_PiccoloCAN.h

@ -206,6 +206,8 @@ private: @@ -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

Loading…
Cancel
Save