refactor(protocol): 移除未使用的消息队列获取函数

This commit is contained in:
2026-05-20 21:02:40 +08:00
parent 38a70ccb8e
commit 633459caee
2 changed files with 0 additions and 11 deletions
-7
View File
@@ -233,10 +233,3 @@ void comm_protocol_send_cop(uint8_t flags, int16_t cop_x, int16_t cop_y, int16_t
* @param data 8 字节响应数据。
*/
void comm_protocol_send_cal_resp(uint8_t status, uint8_t subcmd, const uint8_t data[8]);
/**
* @brief 获取下行消息队列指针,业务层通过 k_msgq_get() 消费。
*
* @return 指向内部 msgq 的指针。
*/
struct k_msgq *comm_protocol_get_msgq(void);