diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-10 13:00:59 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-03-10 13:00:59 +0000 |
commit | 310fd0745ef78c90279dcb0004971f26c01bae79 (patch) | |
tree | c4dd94ecc61dbfe15f560b9fdd7f3b9526945fcb /readme.txt | |
parent | a849378300019b9d6c030ab7af46bfda646e619e (diff) | |
download | ChibiOS-310fd0745ef78c90279dcb0004971f26c01bae79.tar.gz ChibiOS-310fd0745ef78c90279dcb0004971f26c01bae79.tar.bz2 ChibiOS-310fd0745ef78c90279dcb0004971f26c01bae79.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2814 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index d07108ad3..4c57b0dca 100644 --- a/readme.txt +++ b/readme.txt @@ -71,6 +71,8 @@ *****************************************************************************
*** 2.3.1 ***
+- FIX: Fixed invalid assertion in adcConvert() (bug 3205410)(backported
+ to 2.2.3).
- OPT: Simplified Serial over USB driver configuration.
- CHANGE: Removed all the prefixes from the structure/union field names
in the HAL subsystem.
|