Merge branch 'Marlin_v1' into revert-1154-sd_sorting

Conflicts:
	Marlin/cardreader.cpp
	Marlin/cardreader.h
This commit is contained in:
daid
2014-12-18 23:13:50 +01:00
457 changed files with 135015 additions and 2649 deletions

View File

@ -113,6 +113,8 @@ uint8_t const SOFT_SPI_SCK_PIN = 13;
*/
/** Number of VFAT entries used. Every entry has 13 UTF-16 characters */
#define MAX_VFAT_ENTRIES (2)
/** Number of UTF-16 characters per entry */
#define FILENAME_LENGTH 13
/** Total size of the buffer used to store the long filenames */
#define LONG_FILENAME_LENGTH (13*MAX_VFAT_ENTRIES+1)
#endif // SdFatConfig_h