diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-19 12:34:48 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2012-09-19 12:34:48 +0000 |
commit | 906b67ee1b179c34fda51e71ee348c00bcd2a95a (patch) | |
tree | 79e6011c8b0d3d80fc8882e0c4f2e7b90a7fc9b6 | |
parent | 892e73121acde7a3452bc9f5c380af0450840314 (diff) | |
download | ChibiOS-906b67ee1b179c34fda51e71ee348c00bcd2a95a.tar.gz ChibiOS-906b67ee1b179c34fda51e71ee348c00bcd2a95a.tar.bz2 ChibiOS-906b67ee1b179c34fda51e71ee348c00bcd2a95a.zip |
Fixed bug 3568626.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@4695 35acf78f-673a-0410-8e92-d51de3d6d3f4
-rw-r--r-- | readme.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/readme.txt b/readme.txt index 2998900aa..31c515561 100644 --- a/readme.txt +++ b/readme.txt @@ -84,6 +84,7 @@ *** 2.5.1 ***
- FIX: Fixed problem in STM32F1xx USB driver after revision 4598 (bug 3569374).
+- FIX: Fixed FatFS timestamp incorrect (bug 3568626).
- FIX: Fixed GPIO glitch during PAL initialization (bug 3569347)(backported
to 2.4.3).
- FIX: Fixed Data available event not generated in serial_usb driver (bug
|