diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-30 18:33:18 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-04-30 18:33:18 +0000 |
commit | d317bf915aadcd7a29f5faa04ccc2e24cfe99675 (patch) | |
tree | cba3e33136a00ecced6af2100ae9e75776535f22 | |
parent | 5d374c633e69ae84bc8e02fc3bb3d0cbeded201e (diff) | |
download | ChibiOS-d317bf915aadcd7a29f5faa04ccc2e24cfe99675.tar.gz ChibiOS-d317bf915aadcd7a29f5faa04ccc2e24cfe99675.tar.bz2 ChibiOS-d317bf915aadcd7a29f5faa04ccc2e24cfe99675.zip |
typo
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4155 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readme.txt b/readme.txt index cc6f5fc92..2b2cf1a58 100644 --- a/readme.txt +++ b/readme.txt @@ -164,7 +164,7 @@ when compiling with optimizations disabled, which is common during
debugging. In order to save RAM trim back this value when compilung with
optimizations enabled.
-- CHANGE: Macros icuGetWidthI() and icuGetPeriodI() renamed to icuGetWidth()
+- CHANGE: Macros icuGetWidthI() and icuGetPeriodI() renamed to icuGetWidth()
and icuGetPeriod().
- CHANGE: Renamed Ethernet driver in AT91 HAL ETHD1.
|