Fixed version not to issue warning messages. Original: Revision 26:8f15aa3b052b by Dieter Graef. https://developer.mbed.org/users/DieterGraef/code/SDFileSystem/

Dependencies:   FATFileSystem

Dependents:   F746_AudioPlayerSD F746_SD_WavPlayer F746_SD_GraphicEqualizer_ren0620 F746_SD_TextFile_RW ... more

Files at this revision

API Documentation at this revision

Comitter:
MikamiUitOpen
Date:
Mon Jan 09 05:30:14 2017 +0000
Parent:
0:225138ac03fd
Commit message:
2, "FATFileSystem" is updated.

Changed in this revision

FATFileSystem.lib Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.cpp Show annotated file Show diff for this revision Revisions of this file
SDFileSystem.h Show annotated file Show diff for this revision Revisions of this file
diff -r 225138ac03fd -r 99666dacaae6 FATFileSystem.lib
--- a/FATFileSystem.lib	Sat Apr 16 03:56:15 2016 +0000
+++ b/FATFileSystem.lib	Mon Jan 09 05:30:14 2017 +0000
@@ -1,1 +1,1 @@
-http://mbed.org/teams/mbed-official/code/FATFileSystem/#094f84646b9f
+http://mbed.org/teams/mbed-official/code/FATFileSystem/#e2ab678eb692
diff -r 225138ac03fd -r 99666dacaae6 SDFileSystem.cpp
--- a/SDFileSystem.cpp	Sat Apr 16 03:56:15 2016 +0000
+++ b/SDFileSystem.cpp	Mon Jan 09 05:30:14 2017 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------------------
-//  Fixed version not to produce warning message by N.Mikami
-//      April 16, 2016
+//  Fixed version not to issue warning message by N.Mikami
+//      January 09, 2017
 //-----------------------------------------------------------------------
 
 /* SD/MMC File System Library
diff -r 225138ac03fd -r 99666dacaae6 SDFileSystem.h
--- a/SDFileSystem.h	Sat Apr 16 03:56:15 2016 +0000
+++ b/SDFileSystem.h	Mon Jan 09 05:30:14 2017 +0000
@@ -1,6 +1,6 @@
 //-----------------------------------------------------------------------
-//  Fixed version not to produce warning message by N.Mikami
-//      April 16, 2016
+//  Fixed version not to issue warning message by N.Mikami
+//      January 09, 2017
 //-----------------------------------------------------------------------
 
 /* SD/MMC File System Library