git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4155 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-04-30 18:33:18 +00:00
parent 5d374c633e
commit d317bf915a
1 changed files with 1 additions and 1 deletions

View File

@ -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.