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); }