A few constants where they belong
This commit is contained in:
parent
4d61287807
commit
60598b4cdd
2 changed files with 4 additions and 2 deletions
|
|
@ -115,6 +115,8 @@ uint8_t const SOFT_SPI_SCK_PIN = 13;
|
|||
#define FILENAME_LENGTH 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 (FILENAME_LENGTH*MAX_VFAT_ENTRIES+1)
|
||||
#endif // SdFatConfig_h
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue