We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e453b7e commit c20e411Copy full SHA for c20e411
cores/arduino/stm32/timer.h
@@ -61,7 +61,7 @@ extern "C" {
61
#endif
62
#elif defined(STM32H5xx) || defined(STM32H7xx) || defined(STM32L5xx) ||\
63
defined(STM32MP1xx) || defined(STM32U5xx) || defined(STM32WBxx) ||\
64
- defined(STM32WLxx)
+ defined(STM32WBAxx) ||defined(STM32WLxx)
65
#define TIM1_IRQn TIM1_UP_IRQn
66
#define TIM1_IRQHandler TIM1_UP_IRQHandler
67
0 commit comments