From d317bf915aadcd7a29f5faa04ccc2e24cfe99675 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 30 Apr 2012 18:33:18 +0000 Subject: [PATCH] typo git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4155 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.