aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 12:58:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-12-19 12:58:13 +0000
commit1502a91c39c82a190ae740123a8c53a80f190c94 (patch)
tree9b55417ee55657410ff52b38adf0d06291afe610
parent5a951d58770d9121090087a173973c07fb93bbe7 (diff)
downloadChibiOS-1502a91c39c82a190ae740123a8c53a80f190c94.tar.gz
ChibiOS-1502a91c39c82a190ae740123a8c53a80f190c94.tar.bz2
ChibiOS-1502a91c39c82a190ae740123a8c53a80f190c94.zip
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2511 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r--readme.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt
index 432368ad1..11a6e7b6b 100644
--- a/readme.txt
+++ b/readme.txt
@@ -74,7 +74,7 @@
- CHANGE: Changes in the board files organization, now the board
initialization is invoked from within halInit() after all the device
drivers have been initialized. Now applications are required to
- explicitely invoke halInit() and chSysInit() from within their main().
+ explicitly invoke halInit() and chSysInit() from within their main().
- CHANGE: Removed the CMSIS files from the ARMCMx port, added the headers
into the various HAL platforms requiring them. The change is required
because the port layer must not have vendor specific dependencies and