diff options
Diffstat (limited to 'boards/ST_STM32F4_DISCOVERY/board.h')
-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
|