Skip to content

Commit c20e411

Browse files
committed
core(WBA): TIM1_IRQn definition
Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
1 parent e453b7e commit c20e411

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cores/arduino/stm32/timer.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ extern "C" {
6161
#endif
6262
#elif defined(STM32H5xx) || defined(STM32H7xx) || defined(STM32L5xx) ||\
6363
defined(STM32MP1xx) || defined(STM32U5xx) || defined(STM32WBxx) ||\
64-
defined(STM32WLxx)
64+
defined(STM32WBAxx) ||defined(STM32WLxx)
6565
#define TIM1_IRQn TIM1_UP_IRQn
6666
#define TIM1_IRQHandler TIM1_UP_IRQHandler
6767
#endif

0 commit comments

Comments
 (0)