mk2 fw: iap preparation, so96 mapper, reduce db size, delay with real sleep mode, cli

This commit is contained in:
ikari
2010-10-04 09:36:32 +02:00
parent 220b8c32a4
commit 46a42fe5ac
14 changed files with 101 additions and 35 deletions

View File

@@ -33,7 +33,7 @@ BYTE file_buf[512];
FATFS fatfs;
FIL file_handle;
FRESULT file_res;
uint8_t file_lfn[256];
uint8_t file_lfn[258];
void file_init(void);
void file_open(uint8_t* filename, BYTE flags);