We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1281685 + 626e268 commit a55659eCopy full SHA for a55659e
src/platform/driver_init.c
@@ -78,6 +78,7 @@ static void _timer_peripheral_init(void)
78
{
79
hri_mclk_set_APBAMASK_RTC_bit(MCLK);
80
timer_init(&TIMER_0, RTC, _rtc_get_timer());
81
+ timer_start(&TIMER_0);
82
}
83
84
/**
src/qtouch/qtouch.c
@@ -520,7 +520,6 @@ void qtouch_timer_config(void)
520
Timer_task.mode = TIMER_TASK_REPEAT;
521
522
timer_add_task(&TIMER_0, &Timer_task);
523
- timer_start(&TIMER_0);
524
525
526
uint16_t qtouch_get_sensor_node_signal(uint16_t sensor_node)
0 commit comments