diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-27 11:00:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-27 11:00:04 +0000 |
commit | 8ab75bd9f7f15dd9cda6719808555663626eadbd (patch) | |
tree | 977b12794a956728ccdf654e275e2f6fd2550fe5 | |
parent | cc34d272eb31d42706dc41c43a49c74ac700e5cb (diff) | |
download | ChibiOS-8ab75bd9f7f15dd9cda6719808555663626eadbd.tar.gz ChibiOS-8ab75bd9f7f15dd9cda6719808555663626eadbd.tar.bz2 ChibiOS-8ab75bd9f7f15dd9cda6719808555663626eadbd.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3539 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/ST_STM32F4_DISCOVERY/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/ST_STM32F4_DISCOVERY/board.h b/boards/ST_STM32F4_DISCOVERY/board.h index d93e4a125..6a7eb49d6 100644 --- a/boards/ST_STM32F4_DISCOVERY/board.h +++ b/boards/ST_STM32F4_DISCOVERY/board.h @@ -45,7 +45,7 @@ #define STM32_VDD 300
/*
- * MCU type as defined in the ST header file stm32l1xx.h.
+ * MCU type as defined in the ST header file stm32f4xx.h.
*/
#define STM32F4XX
|