diff options
author | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 15:47:19 +0000 |
---|---|---|
committer | barthess <barthess@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-11-26 15:47:19 +0000 |
commit | 0132b4812df3bc3b8c2df9dbea6b75c372ed3453 (patch) | |
tree | 109d737285b6aaa26799038ff25b3c6d6212fcb6 | |
parent | 163edb0187652af76781cf88a9929b6bd782fe16 (diff) | |
download | ChibiOS-0132b4812df3bc3b8c2df9dbea6b75c372ed3453.tar.gz ChibiOS-0132b4812df3bc3b8c2df9dbea6b75c372ed3453.tar.bz2 ChibiOS-0132b4812df3bc3b8c2df9dbea6b75c372ed3453.zip |
Fixed mistype in comment.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3528 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | boards/OLIMEX_STM32_103STK/board.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/OLIMEX_STM32_103STK/board.h b/boards/OLIMEX_STM32_103STK/board.h index a53695906..e8fd9e7dc 100644 --- a/boards/OLIMEX_STM32_103STK/board.h +++ b/boards/OLIMEX_STM32_103STK/board.h @@ -22,7 +22,7 @@ #define _BOARD_H_
/*
- * Setup for the Olimex STM33-P103 proto board.
+ * Setup for the Olimex STM32-103STK proto board.
*/
/*
|