diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 18:43:53 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-11-16 18:43:53 +0000 |
commit | 28af17c090856082986e46a153fc58e7061a632f (patch) | |
tree | 0fb30a87e2860f30ff0f7ea144fe1da822c7f54c /demos/STM32/NIL-STM32F051-DISCOVERY | |
parent | ab2d0948f733b7e4a43c9ae6b30a8ea3df12b495 (diff) | |
download | ChibiOS-28af17c090856082986e46a153fc58e7061a632f.tar.gz ChibiOS-28af17c090856082986e46a153fc58e7061a632f.tar.bz2 ChibiOS-28af17c090856082986e46a153fc58e7061a632f.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7517 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/STM32/NIL-STM32F051-DISCOVERY')
-rw-r--r-- | demos/STM32/NIL-STM32F051-DISCOVERY/mcuconf.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM32/NIL-STM32F051-DISCOVERY/mcuconf.h b/demos/STM32/NIL-STM32F051-DISCOVERY/mcuconf.h index e33697c97..6a5228639 100644 --- a/demos/STM32/NIL-STM32F051-DISCOVERY/mcuconf.h +++ b/demos/STM32/NIL-STM32F051-DISCOVERY/mcuconf.h @@ -42,7 +42,7 @@ #define STM32_HSE_ENABLED FALSE
#define STM32_LSE_ENABLED FALSE
#define STM32_SW STM32_SW_PLL
-#define STM32_PLLSRC STM32_PLLSRC_HSI
+#define STM32_PLLSRC STM32_PLLSRC_HSI_DIV2
#define STM32_PREDIV_VALUE 1
#define STM32_PLLMUL_VALUE 12
#define STM32_HPRE STM32_HPRE_DIV1
|