更新定时器
This commit is contained in:
parent
a43b1df369
commit
12840b964d
|
@ -492,9 +492,9 @@ void app_init(void)
|
|||
rt_data.flag.bits.app_init_over = TRUE;
|
||||
|
||||
ENABLE_TIM(TASK_TIM); // Enable TASK_TIM
|
||||
ENABLE_TIM(HART_TIM);
|
||||
|
||||
#if HART_SOFTWARE_TEST_ENABLE == TRUE
|
||||
ENABLE_TIM(HART_TIM);
|
||||
// HART测试不允许有中断,否则串口异常会丢失导致测试失败
|
||||
DISABLE_TIM(MODE_TIM);
|
||||
DISABLE_TIM(MODE_GATHE_TIM);
|
||||
|
|
BIN
User/static.lib
BIN
User/static.lib
Binary file not shown.
Reference in New Issue