diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-15 17:45:03 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2014-03-15 17:45:03 +0000 |
commit | 5003cb8350bbb4a7e5a5a2d82d6c2165e1821e41 (patch) | |
tree | b297f9057ad20d8ba23592f5929e0c0263301931 /readme.txt | |
parent | 78a8d8a0e3bedf4242dd73d461c3fb78b791cbd9 (diff) | |
download | ChibiOS-5003cb8350bbb4a7e5a5a2d82d6c2165e1821e41.tar.gz ChibiOS-5003cb8350bbb4a7e5a5a2d82d6c2165e1821e41.tar.bz2 ChibiOS-5003cb8350bbb4a7e5a5a2d82d6c2165e1821e41.zip |
Fixed bug #463.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@6770 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'readme.txt')
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 9e19120c5..6a110ef26 100644 --- a/readme.txt +++ b/readme.txt @@ -91,6 +91,7 @@ *** 2.7.0 ***
- FIX: Fixed TM32 SDC driver clock activation issue (bug #464)(backported to
2.6.3).
+- FIX: Fixed can_lld.c referencing unknown type (bug #463).
- FIX: Fixed spurious callback in ICU driver (bug #461)(backported to 2.6.3
and 2.4.6).
- FIX: Fixed compile error in STM32F0xx ADC driver when STM32F0XX_LD devices
|