From e87da0e4c82fa930146fdbc03822c1ce6324024d Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 18 Feb 2012 16:49:14 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3956 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- readme.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/readme.txt b/readme.txt index d7374f312..173c9e7e3 100644 --- a/readme.txt +++ b/readme.txt @@ -105,6 +105,8 @@ Johnny Halfmoon). - NEW: Added handling of input 2 to the STM32 ICU driver (contributed by Fabio). +- CHANGE: Macros icuGetWidthI() and icuGetPeriodI() renemed to icuGetWidth() + and icuGetPeriod(). *** 2.3.5 *** - FIX: Fixed RTC compile problem on STM32F103 (bug 3468445).