diff options
Diffstat (limited to 'testhal/STM32/STM32F0xx/UART')
| -rw-r--r-- | testhal/STM32/STM32F0xx/UART/mcuconf.h | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/testhal/STM32/STM32F0xx/UART/mcuconf.h b/testhal/STM32/STM32F0xx/UART/mcuconf.h index f8e6250d2..13568f1cf 100644 --- a/testhal/STM32/STM32F0xx/UART/mcuconf.h +++ b/testhal/STM32/STM32F0xx/UART/mcuconf.h @@ -52,6 +52,8 @@  #define STM32_HPRE                          STM32_HPRE_DIV1
  #define STM32_PPRE                          STM32_PPRE_DIV1
  #define STM32_MCOSEL                        STM32_MCOSEL_NOCLOCK
 +#define STM32_MCOPRE                        STM32_MCOPRE_DIV1
 +#define STM32_PLLNODIV                      STM32_PLLNODIV_DIV2
  #define STM32_USBSW                         STM32_USBSW_HSI48
  #define STM32_CECSW                         STM32_CECSW_HSI
  #define STM32_I2C1SW                        STM32_I2C1SW_HSI
 | 
