rearrange wram mem usage
This commit is contained in:
@@ -25,7 +25,7 @@
|
||||
#ifndef _FATFS
|
||||
#define _FATFS
|
||||
|
||||
#define _WORD_ACCESS 0
|
||||
#define _WORD_ACCESS 1
|
||||
/*
|
||||
* The _WORD_ACCESS option defines which access method is used to the word / data in the FAT structure. / / 0: Byte-by-byte access. Always
|
||||
* compatible with all platforms. / 1: Word access. Do not choose this unless following condition is met. / / When the byte order on the
|
||||
|
||||
Reference in New Issue
Block a user