diff options
Diffstat (limited to 'os/hal/boards/ST_STM32F476G_DISCOVERY/board.h')
-rw-r--r-- | os/hal/boards/ST_STM32F476G_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/ST_STM32F476G_DISCOVERY/board.h b/os/hal/boards/ST_STM32F476G_DISCOVERY/board.h index bd0d1916d..61a388d9d 100644 --- a/os/hal/boards/ST_STM32F476G_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F476G_DISCOVERY/board.h @@ -49,7 +49,7 @@ /*
* MCU type as defined in the ST header.
*/
-#define STM32F407xx
+#define STM32F746xx
/*
* IO pins assignments.
|