USB: change FSG_BUFLEN from 16KB to 64KB in order to increase copy-speed

This commit is contained in:
wlf
2014-03-06 14:06:01 +08:00
parent 33bcfb9ce4
commit 9fbc91f34d

View File

@@ -185,7 +185,7 @@ static inline int fsg_num_buffers_validate(void)
}
/* Default size of buffer length. */
#define FSG_BUFLEN ((u32)16384)
#define FSG_BUFLEN ((u32)65536)
/* Maximal number of LUNs supported in mass storage function */
#define FSG_MAX_LUNS 8