fix compile on 32 bit linux

This commit is contained in:
Gordon Williams 2014-06-17 08:52:27 +01:00
parent fa03506953
commit 96555ebb6f

View File

@ -41,7 +41,6 @@
#define JS_DIR_BUF_SIZE 64
#else
#define JS_DIR_BUF_SIZE 256
typedef int FRESULT;
#define FR_OK (0)
#endif