forked from SZV10X_Software/SZV103_FM33A0xxEV_SiZhu

jinlicong
2024-05-17 6ea1a42391f86e72f53042a966dae970a3fd77cb
Function/UPPER_COMPUTER/upper_com.c
@@ -82,7 +82,7 @@
   uc_respond_data_p->uc_recv_buf[crc_len] = send_crc_check >> 8; //¸ßλ
   uc_respond_data_p->uc_recv_buf[crc_len + 1] = send_crc_check &0xff; 
   
   UARTx_SendData_Normal(UART0,(uint8_t *)uc_respond_data_p,crc_len + 2);
   UC_SEND_NORMAL((uint8_t *)uc_respond_data_p,crc_len + 2);
}