Update tos_ffconf.h

This commit is contained in:
David Lin
2020-04-17 18:11:29 +08:00
committed by GitHub
parent 3fd1d77373
commit febf1613c1

View File

@@ -1,7 +1,13 @@
/*---------------------------------------------------------------------------/ /*---------------------------------------------------------------------------/
/ FatFs Functional Configurations / FatFs Functional Configurations
/---------------------------------------------------------------------------*/ /---------------------------------------------------------------------------*/
#ifndef _FFCONF_DEFINED
#define _FFCONF_DEFINED
#ifdef __cplusplus
extern "C" {
#endif
#define FFCONF_DEF 86604 /* Revision ID */ #define FFCONF_DEF 86604 /* Revision ID */
/*---------------------------------------------------------------------------/ /*---------------------------------------------------------------------------/
@@ -284,5 +290,9 @@
/ included somewhere in the scope of ff.h. */ / included somewhere in the scope of ff.h. */
#ifdef __cplusplus
}
#endif
#endif/* _FFCONF_DEFINED */
/*--- End of configuration options ---*/ /*--- End of configuration options ---*/