AP_DroneCAN: remove unused semaphore

This commit is contained in:
Randy Mackay 2023-06-22 10:06:05 +09:00
parent b975310fda
commit 3bada154e6

View File

@ -220,8 +220,6 @@ private:
uint32_t last_lib_yaw_time_ms;
} _gnss;
#endif
static HAL_Semaphore _telem_sem;
// node status send
uint32_t _node_status_last_send_ms;