updated chan_fatfs

Dependents:   HARP2 HARP3

Fork of chan_fatfs by Eli Hughes

Files at this revision

API Documentation at this revision

Comitter:
tylerjw
Date:
Wed Dec 12 16:44:58 2012 +0000
Parent:
6:d770e6821de6
Child:
8:1f9748c6b865
Commit message:
commented out warning in ccsbcs.cpp stating that the file is not needed if long file names are disabled... test and fix

Changed in this revision

option/ccsbcs.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/option/ccsbcs.cpp	Tue Dec 11 23:55:18 2012 +0000
+++ b/option/ccsbcs.cpp	Wed Dec 12 16:44:58 2012 +0000
@@ -490,11 +490,11 @@
 
 #endif
 
-
+/*
 #if !_TBLDEF || !_USE_LFN
 #error This file is not needed in current configuration
 #endif
-
+*/
 
 WCHAR ff_convert (    /* Converted character, Returns zero on error */
     WCHAR    src,    /* Character code to be converted */