diff options
author | Joel Bodenmann <joel@unormal.org> | 2013-12-07 15:37:23 +0100 |
---|---|---|
committer | Joel Bodenmann <joel@unormal.org> | 2013-12-07 15:37:23 +0100 |
commit | e2570745113b99295f66e2178e8984912545ac89 (patch) | |
tree | 374acad7c61bc99644da5270b2998a541908951b /boards/base/Embest-STM32-DMSTF4BB | |
parent | 2e9592c49c41f9b0a6b46a075a2e6cb2060af693 (diff) | |
download | uGFX-e2570745113b99295f66e2178e8984912545ac89.tar.gz uGFX-e2570745113b99295f66e2178e8984912545ac89.tar.bz2 uGFX-e2570745113b99295f66e2178e8984912545ac89.zip |
Embest board file fix
Diffstat (limited to 'boards/base/Embest-STM32-DMSTF4BB')
-rw-r--r-- | boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.h b/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.h index f68d0609..599281ba 100644 --- a/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.h +++ b/boards/base/Embest-STM32-DMSTF4BB/chibios_board/board.h @@ -50,7 +50,7 @@ /*
* MCU type as defined in the ST header file stm32f4xx.h.
*/
-#define STM32F4XX
+#define STM32F40_41xxx
/*
* IO pins assignments.
|