Commit f93953fa authored by 张金硕's avatar 张金硕

🐞 fix:横展37项:仪表无外发,无CAN线唤醒功能,休眠前清发送Buffer,然后休眠

parent 5b45bf0d
...@@ -144,6 +144,7 @@ static void Power_IG_ON_Init(void) ...@@ -144,6 +144,7 @@ static void Power_IG_ON_Init(void)
static void Power_Sleep_Init(void) static void Power_Sleep_Init(void)
{ {
TimerM_PWM_counter_Output_Init(TIMERM_COUNTER1, 20000, 0); TimerM_PWM_counter_Output_Init(TIMERM_COUNTER1, 20000, 0);
Can_Tx_Apply_Buff();
rte_can_deinit(CAN_CH_0); rte_can_deinit(CAN_CH_0);
TMM0_Stop(); TMM0_Stop();
TMM1_Stop(); TMM1_Stop();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment