aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-06 16:05:42 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2008-03-06 16:05:42 +0000
commit959e29936fee8ac545f3ee0451a21a161f631680 (patch)
tree4f5cdf807e8044ea53b5d4f65696e8a08e53bdd1
parenta6dbd7a691a6c70ebaf132cdc92fc21b3428f6f7 (diff)
downloadChibiOS-959e29936fee8ac545f3ee0451a21a161f631680.tar.gz
ChibiOS-959e29936fee8ac545f3ee0451a21a161f631680.tar.bz2
ChibiOS-959e29936fee8ac545f3ee0451a21a161f631680.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@218 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 e903f4ddf..56372a368 100644
--- a/readme.txt
+++ b/readme.txt
@@ -71,7 +71,7 @@ AVR-AT90CANx-GCC - Port on AVR AT90CAN128, not tested on hardware yet.
the size_t type defined into stddef.h. Some type names were modified in
order to not match commonly used type names.
- The above changes have an impact on some API prototypes but we can't help
- it, the change was required because the type names were a concern for
+ it, the changes were required because the type names were a concern for
some users.
- Implemented a serial driver in the AVR port.
- Reworked the AVR AT90CAN128 port to share the common AVR code.