Skip to content

Commit 45dd127

Browse files
committed
drivers: mfd: add timer instance 5
instance 5 Seemed to have slip past Signed-off-by: Max van Kessel <[email protected]>
1 parent 63737d4 commit 45dd127

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

drivers/mfd/mfd_timer_stm32.c

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -231,6 +231,10 @@ TIMER_DEVICE_INIT(3);
231231
TIMER_DEVICE_INIT(4);
232232
#endif
233233

234+
#ifdef DT_INST_5_ST_STM32_TIMERS
235+
TIMER_DEVICE_INIT(5);
236+
#endif
237+
234238
#ifdef DT_INST_6_ST_STM32_TIMERS
235239
TIMER_DEVICE_INIT(6);
236240
#endif

0 commit comments

Comments
 (0)