合并前提交

This commit is contained in:
Kidenygood
2023-03-05 22:28:31 +08:00
parent 9968393672
commit de286a52c5
5 changed files with 3 additions and 6 deletions

View File

@@ -40,7 +40,7 @@ void UI_Delete(referee_id_t *_id, uint8_t Del_Operate, uint8_t Del_Layer)
UI_delete_data.Layer = Del_Layer;
UI_delete_data.frametail = Get_CRC16_Check_Sum((uint8_t *)&UI_delete_data, LEN_HEADER + LEN_CMDID + temp_datalength, 0xFFFF);
/* syhtodo为什么填入0xFFFF,关于crc校验 */
/* 填入0xFFFF,关于crc校验 */
RefereeSend((uint8_t *)&UI_delete_data, LEN_HEADER + LEN_CMDID + temp_datalength + LEN_TAIL); // 发送