enable cnt

This commit is contained in:
2021-02-07 18:15:22 +01:00
parent 5b767535f6
commit 6f4c8b5385

View File

@ -50,7 +50,7 @@ void my_setup_2() {
schAdd(second_tick, NULL, 0, 60*1000);
// HAL_TIM_IC_Start_IT(&mainsCnt, TIM_CHANNEL_1);
HAL_TIM_IC_Start_IT(&mainsCnt, TIM_CHANNEL_1);
logMsg("Application running");
}