aboutsummaryrefslogtreecommitdiffstats
path: root/testhal/STM32/mcuconf.h
diff options
context:
space:
mode:
Diffstat (limited to 'testhal/STM32/mcuconf.h')
-rw-r--r--testhal/STM32/mcuconf.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/testhal/STM32/mcuconf.h b/testhal/STM32/mcuconf.h
index 5d690faa0..ed863801d 100644
--- a/testhal/STM32/mcuconf.h
+++ b/testhal/STM32/mcuconf.h
@@ -38,7 +38,10 @@
/*
* HAL driver system settings.
*/
-#define STM32_SYSCLK 72
+#define STM32_SW STM32_SW_PLL
+#define STM32_PLLSRC STM32_PLLSRC_HSE
+#define STM32_PLLXTPRE STM32_PLLXTPRE_DIV1
+#define STM32_PLLCLKOUT 72000000
/*
* ADC driver system settings.