去除了串口
This commit is contained in:
@@ -21,7 +21,7 @@
|
|||||||
//*********************************************************************************//
|
//*********************************************************************************//
|
||||||
// UART閰嶇疆 //
|
// UART閰嶇疆 //
|
||||||
//*********************************************************************************//
|
//*********************************************************************************//
|
||||||
#define TCFG_UART0_ENABLE ENABLE_THIS_MOUDLE // 开启 PG6 串口诊断,PC5 保持充电检测用途
|
#define TCFG_UART0_ENABLE DISABLE_THIS_MOUDLE // 开启 PG6 串口诊断,PC5 保持充电检测用途
|
||||||
#define TCFG_UART0_RX_PORT NO_CONFIG_PORT // 只打印,不接收
|
#define TCFG_UART0_RX_PORT NO_CONFIG_PORT // 只打印,不接收
|
||||||
#define TCFG_UART0_TX_PORT IO_PORTG_06 // PG6 串口发送
|
#define TCFG_UART0_TX_PORT IO_PORTG_06 // PG6 串口发送
|
||||||
#define TCFG_UART0_BAUDRATE 1000000 // 与 FK_CAR_FW 一致
|
#define TCFG_UART0_BAUDRATE 1000000 // 与 FK_CAR_FW 一致
|
||||||
|
|||||||
@@ -406,7 +406,7 @@ static void function_hand_poll(void)
|
|||||||
if (s_func.hand_busy) {
|
if (s_func.hand_busy) {
|
||||||
function_hand_stop();
|
function_hand_stop();
|
||||||
}
|
}
|
||||||
log_info("ignore unsupported hand cmd=%d\n", cmd);
|
|
||||||
}
|
}
|
||||||
s_func.hand_cmd_last = cmd;
|
s_func.hand_cmd_last = cmd;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user