increase save buffer size (fix issue 541)

This commit is contained in:
dborth 2010-07-17 06:34:02 +00:00
parent d6cfb51b59
commit 9bdcf2969e

View File

@ -21,7 +21,7 @@
#include <fat.h> #include <fat.h>
#include <unistd.h> #include <unistd.h>
#define SAVEBUFFERSIZE (1024 * 128) #define SAVEBUFFERSIZE (1024 * 512)
void InitDeviceThread(); void InitDeviceThread();
void ResumeDeviceThread(); void ResumeDeviceThread();