refactor(protocol): 移除未使用的消息队列获取函数
This commit is contained in:
@@ -152,7 +152,3 @@ void comm_protocol_send_cal_resp(uint8_t status, uint8_t subcmd, const uint8_t d
|
||||
pkt.frame.crc = frame_crc(pkt.bytes, sizeof(pkt.bytes));
|
||||
ble_transport_send(pkt.bytes, sizeof(pkt.bytes));
|
||||
}
|
||||
|
||||
struct k_msgq *comm_protocol_get_msgq(void) {
|
||||
return &rx_msgq;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user