diff options
Diffstat (limited to 'boards/OLIMEX_STM32_P407/board.h')
-rw-r--r-- | boards/OLIMEX_STM32_P407/board.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/boards/OLIMEX_STM32_P407/board.h b/boards/OLIMEX_STM32_P407/board.h index 66279a8f9..c43368dfd 100644 --- a/boards/OLIMEX_STM32_P407/board.h +++ b/boards/OLIMEX_STM32_P407/board.h @@ -49,9 +49,9 @@ #define STM32_VDD 330
/*
- * MCU type as defined in the ST header file stm32f4xx.h.
+ * MCU type as defined in the ST header.
*/
-#define STM32F4XX
+#define STM32F40_41xxx
/*
* IO pins assignments.
|