kasjer commented on a change in pull request #2017: WIP - P-NUCLEO-WB55
URL: https://github.com/apache/mynewt-core/pull/2017#discussion_r328986154
 
 

 ##########
 File path: hw/mcu/stm/stm32_common/src/hal_timer.c
 ##########
 @@ -224,7 +224,7 @@ stm32_hw_setup(int num, TIM_TypeDef *regs)
 #ifdef TIM8
     if (regs == TIM8) {
         stm32_tmr_reg_irq(TIM8_CC_IRQn, func);
-#if MYNEWT_VAL(MCU_STM32F3) || MYNEWT_VAL(MCU_STM32L4)
+#if MYNEWT_VAL(MCU_STM32F3) || MYNEWT_VAL(MCU_STM32L4) || 
MYNEWT_VAL(MCU_STM32WB)
 
 Review comment:
   So far STM32WB does not have TIM8 and TIM10

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to