Update FatFs to R0.13

This commit is contained in:
Aurora Wright
2017-08-16 19:37:39 +02:00
parent c79f11ee99
commit aa8e0bda8c
9 changed files with 17210 additions and 1786 deletions

View File

@@ -2,8 +2,8 @@
/* Integer type definitions for FatFs module */
/*-------------------------------------------*/
#ifndef _FF_INTEGER
#define _FF_INTEGER
#ifndef FF_INTEGER
#define FF_INTEGER
#ifdef _WIN32 /* FatFs development platform */