Urey 8 anni fa
parent
commit
2426efe6b7
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      components/dfs/filesystems/elmfat/dfs_elm.c

+ 1 - 1
components/dfs/filesystems/elmfat/dfs_elm.c

@@ -43,7 +43,7 @@
 #include <dfs_fs.h>
 #include <dfs_def.h>
 
-volatile static rt_device_t disk[_VOLUMES] = {0};
+static rt_device_t disk[_VOLUMES] = {0};
 
 static int elm_result_to_dfs(FRESULT result)
 {