diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-25 15:12:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-04-25 15:12:34 +0000 |
commit | 40db2266808fdca55abf8ce41b4af25b39d66688 (patch) | |
tree | bc3c849d89f3704b235109f5f76c4c8aeb3fa98e /readme.txt | |
parent | 7a1b60e3317bf693d4ae45f5ce8d4a5c047d14aa (diff) | |
download | ChibiOS-40db2266808fdca55abf8ce41b4af25b39d66688.tar.gz ChibiOS-40db2266808fdca55abf8ce41b4af25b39d66688.tar.bz2 ChibiOS-40db2266808fdca55abf8ce41b4af25b39d66688.zip |
Fixed bug 2781176.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@921 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 dff88063a..0b1b066a9 100644 --- a/readme.txt +++ b/readme.txt @@ -87,6 +87,7 @@ Win32-MinGW - ChibiOS/RT simulator and demo into a WIN32 process, stable branch).
- FIX: Found new instances of the obsolete function chSysGetTime() in the
C++ wrapper and in the WEB demo (bug 2772237)(backported in stable branch).
+- FIX: Fixed macro in test.h (bug 2781176)(backported in stable branch).
- NEW: Added a code coverage analysis application under ./tests/coverage.
- NEW: Added more test cases in order to improve the test suite code coverage
(it was 74% in version 1.2.0).
|