fatfs: update to R0.13c patch 4

Breaking change: integer.h does not exist in FatFS anymore
This commit is contained in:
Ivan Grokhotkov
2019-06-20 00:55:02 +08:00
parent e181a40c9f
commit 7724df407a
9 changed files with 732 additions and 705 deletions

View File

@@ -9,8 +9,6 @@
extern "C" {
#endif
#include "integer.h"
/* Status of Disk Functions */
typedef BYTE DSTATUS;