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.
1 parent c55deb5 commit c58bd4cCopy full SHA for c58bd4c
ports/stm/common-hal/rgbmatrix/RGBMatrix.c
@@ -36,6 +36,7 @@ extern void _PM_IRQ_HANDLER(void);
36
void *common_hal_rgbmatrix_timer_allocate() {
37
TIM_TypeDef * timer = stm_peripherals_find_timer();
38
stm_peripherals_timer_reserve(timer);
39
+ stm_peripherals_timer_never_reset(timer);
40
return timer;
41
}
42
0 commit comments