diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-04 20:20:36 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-04 20:20:36 +0000 |
commit | ba89f675a2affeaa66f06c31085ecc95b88e25df (patch) | |
tree | 1b6b5867dd641a545e98a7f6cd1ddbb8ec39d5d6 /boards | |
parent | bf185be2602528df7dd0f388b350cb71a378a1ce (diff) | |
download | ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.gz ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.tar.bz2 ChibiOS-ba89f675a2affeaa66f06c31085ecc95b88e25df.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3466 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/ST_STM32F4_DISCOVERY/board.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/boards/ST_STM32F4_DISCOVERY/board.h b/boards/ST_STM32F4_DISCOVERY/board.h index 30742b9af..00940a684 100644 --- a/boards/ST_STM32F4_DISCOVERY/board.h +++ b/boards/ST_STM32F4_DISCOVERY/board.h @@ -39,6 +39,12 @@ #define STM32_HSECLK 8000000
/*
+ * Board voltages.
+ * Required for performance limits calculation.
+ */
+#define STM32_VDD 300
+
+/*
* MCU type as defined in the ST header file stm32l1xx.h.
*/
#define STM32F4XX
|