mirror of
https://github.com/sakumisu/CherryUSB.git
synced 2025-05-09 00:21:44 +08:00
move fatfs variables into no cache ram
This commit is contained in:
parent
2db0dc9a7e
commit
3d0b58bb4e
@ -77,8 +77,8 @@ int cdc_acm_test(void)
|
||||
|
||||
USB_NOCACHE_RAM_SECTION USB_MEM_ALIGNX uint8_t read_write_buffer[25 * 100];
|
||||
|
||||
FATFS fs;
|
||||
FIL fnew;
|
||||
USB_NOCACHE_RAM_SECTION FATFS fs;
|
||||
USB_NOCACHE_RAM_SECTION FIL fnew;
|
||||
UINT fnum;
|
||||
FRESULT res_sd = 0;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user