aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 09:59:02 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-11-13 09:59:02 +0000
commit1d6a32367685583864d10cba03102578e15f04c8 (patch)
tree99716cca49aaa447f8dfa511f190195306631fd5 /demos
parent11c89928eac9e2a9916940b8f634f3d96b60f17e (diff)
downloadChibiOS-1d6a32367685583864d10cba03102578e15f04c8.tar.gz
ChibiOS-1d6a32367685583864d10cba03102578e15f04c8.tar.bz2
ChibiOS-1d6a32367685583864d10cba03102578e15f04c8.zip
STM8L clock initialization now apparently working.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2358 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r--demos/STM8L-STM8L152-DISCOVERY-STVD/demo/mcuconf.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/mcuconf.h b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/mcuconf.h
index ea9759ad5..69a205fb6 100644
--- a/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/mcuconf.h
+++ b/demos/STM8L-STM8L152-DISCOVERY-STVD/demo/mcuconf.h
@@ -28,7 +28,7 @@
/*
* HAL general settings.
*/
-#define STM8L_NO_CLOCK_INIT TRUE
+#define STM8L_NO_CLOCK_INIT FALSE
#define STM8L_HSI_ENABLED TRUE
#define STM8L_LSI_ENABLED TRUE
#define STM8L_HSE_ENABLED FALSE