add fatek plc test app

This commit is contained in:
jqy1988
2023-12-06 09:59:02 +08:00
parent 8202e08c9c
commit 9ae79832e9
5 changed files with 69 additions and 2 deletions
@@ -189,7 +189,7 @@ static uint32 CanReadData(void *dev , struct BusBlockReadParam *databuf)
ret = CAN_GetRxFrame(CAN_X, &frame_received);
if(EOK != ret){
// KPrintf("CAN recv frame failed(CODE:%d)!\n",ret);
// KPrintf("CAN recv frame failed(CODE:%d)!\n",ret);
p_can_config->data_lenth = 0;
return ERROR;
}