Bladeren bron

update:关闭FF_FS_REENTRANT

Dozingfiretruck 9 maanden geleden
bovenliggende
commit
ad61f0b982
1 gewijzigde bestanden met toevoegingen van 1 en 1 verwijderingen
  1. 1 1
      components/fatfs/ffconf.h

+ 1 - 1
components/fatfs/ffconf.h

@@ -286,7 +286,7 @@
 /      lock control is independent of re-entrancy. */
 
 
-#define FF_FS_REENTRANT	1
+#define FF_FS_REENTRANT	0
 #define FF_FS_TIMEOUT	1000
 /* The option FF_FS_REENTRANT switches the re-entrancy (thread safe) of the FatFs
 /  module itself. Note that regardless of this option, file access to different