Fixed bug 3570135.

git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@4722 35acf78f-673a-0410-8e92-d51de3d6d3f4
This commit is contained in:
gdisirio 2012-09-29 08:15:02 +00:00
parent b6ed629724
commit a04fcddcda
2 changed files with 1 additions and 0 deletions

Binary file not shown.

View File

@ -79,6 +79,7 @@
*****************************************************************************
*** 2.4.3 ***
- FIX: Fixed FatFS won't compile with _FS_REENTRANT enabled (bug 3570135).
- FIX: Fixed mmc_spi.c won't compile due to misplaced declaration (bug
3570035).
- FIX: Fixed GPIO glitch during PAL initialization (bug 3569347).