diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2013-03-09 11:08:46 +0000 |
commit | 9992b23f94532a5d04da91ee8c0844cfcb8dd2e7 (patch) | |
tree | 5e1948a8f81aeac279a09d7cecea1a52f1c5b372 /boards | |
parent | 42dc58dcb210207b3d3841fc81f72e85462dd313 (diff) | |
download | ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.gz ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.tar.bz2 ChibiOS-9992b23f94532a5d04da91ee8c0844cfcb8dd2e7.zip |
Fixed bug 3607380.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@5387 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'boards')
-rw-r--r-- | boards/readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boards/readme.txt b/boards/readme.txt index 4a28e12e1..b08a21bfb 100644 --- a/boards/readme.txt +++ b/boards/readme.txt @@ -3,4 +3,4 @@ want to support a new board: - Create a new directory under ./boards, give it the name of your board.
- Copy inside the new directory the files from a similar board.
- Customize board.c, board.h and board.mk in order to correctly initialize
- your board.
\ No newline at end of file + your board.
|