diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-27 08:10:38 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-09-27 08:10:38 +0000 |
commit | 3ef75526094f91db4c6b8b06d2d805d835c438b0 (patch) | |
tree | a0e707c31f607bd9fcabfe999f606a590a1679d6 /os/hal/boards/ST_STM32F4_DISCOVERY | |
parent | d737a6b34099b90ffc5d0f8b54f693a05f551a73 (diff) | |
download | ChibiOS-3ef75526094f91db4c6b8b06d2d805d835c438b0.tar.gz ChibiOS-3ef75526094f91db4c6b8b06d2d805d835c438b0.tar.bz2 ChibiOS-3ef75526094f91db4c6b8b06d2d805d835c438b0.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7323 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/boards/ST_STM32F4_DISCOVERY')
-rw-r--r-- | os/hal/boards/ST_STM32F4_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/os/hal/boards/ST_STM32F4_DISCOVERY/board.h b/os/hal/boards/ST_STM32F4_DISCOVERY/board.h index eedacce87..68162194f 100644 --- a/os/hal/boards/ST_STM32F4_DISCOVERY/board.h +++ b/os/hal/boards/ST_STM32F4_DISCOVERY/board.h @@ -49,7 +49,7 @@ /*
* MCU type as defined in the ST header.
*/
-#define STM32F40_41xxx
+#define STM32F407xx
/*
* IO pins assignments.
|