aboutsummaryrefslogtreecommitdiffstats
path: root/readme.txt
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-18 16:49:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2012-02-18 16:49:14 +0000
commite87da0e4c82fa930146fdbc03822c1ce6324024d (patch)
treec358f97f13159c3b64112ced5097d0debab9b9c5 /readme.txt
parent39fa1818ffe52d04832d5f5d25ae01fb7b6d514f (diff)
downloadChibiOS-e87da0e4c82fa930146fdbc03822c1ce6324024d.tar.gz
ChibiOS-e87da0e4c82fa930146fdbc03822c1ce6324024d.tar.bz2
ChibiOS-e87da0e4c82fa930146fdbc03822c1ce6324024d.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3956 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r--readme.txt2
1 files changed, 2 insertions, 0 deletions
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).