aboutsummaryrefslogtreecommitdiffstats
path: root/boards/ST_STM32F0_DISCOVERY/board.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-06 10:53:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-12-06 10:53:16 +0000
commit633098ebcd87d2a654deede6feff0d93fdabaebc (patch)
treeb1f97259ff9915cae042e4c419aca1897d0892c6 /boards/ST_STM32F0_DISCOVERY/board.h
parentcc3cf07897dbd9f4fc27c6117c88fb7cbf85b1a6 (diff)
downloadChibiOS-633098ebcd87d2a654deede6feff0d93fdabaebc.tar.gz
ChibiOS-633098ebcd87d2a654deede6feff0d93fdabaebc.tar.bz2
ChibiOS-633098ebcd87d2a654deede6feff0d93fdabaebc.zip
STM32F3 SPI working, STM32F0 support update.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4879 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards/ST_STM32F0_DISCOVERY/board.h')
-rw-r--r--boards/ST_STM32F0_DISCOVERY/board.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/boards/ST_STM32F0_DISCOVERY/board.h b/boards/ST_STM32F0_DISCOVERY/board.h
index 65e5595aa..24c5899d6 100644
--- a/boards/ST_STM32F0_DISCOVERY/board.h
+++ b/boards/ST_STM32F0_DISCOVERY/board.h
@@ -31,7 +31,6 @@
#define BOARD_ST_STM32F0_DISCOVERY
#define BOARD_NAME "ST STM32F0-Discovery"
-
/*
* Board oscillators-related settings.
* NOTE: LSE not fitted.
@@ -41,6 +40,8 @@
#define STM32_LSECLK 0
#endif
+#define STM32_LSEDRV (3 << 3)
+
#if !defined(STM32_HSECLK)
#define STM32_HSECLK 0
#endif