mk2 fw wip

This commit is contained in:
ikari
2010-09-18 16:32:44 +02:00
parent 416d7089c4
commit 64453e2fdf
13 changed files with 65 additions and 39 deletions

View File

@@ -28,7 +28,7 @@
#define FILEOPS_H
#include "ff.h"
BYTE file_buf[4096];
BYTE file_buf[512];
FATFS fatfs;
FIL file_handle;
FRESULT file_res;