Explorar o código

fixed uninitialized variable.

aozima %!s(int64=13) %!d(string=hai) anos
pai
achega
9bb005312f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      components/dfs/filesystems/elmfat/dfs_elm.c

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

@@ -182,7 +182,7 @@ int dfs_elm_mkfs(rt_device_t dev_id)
 {
 {
 #define FSM_STATUS_INIT            0
 #define FSM_STATUS_INIT            0
 #define FSM_STATUS_USE_TEMP_DRIVER 1
 #define FSM_STATUS_USE_TEMP_DRIVER 1
-    FATFS *fat;
+    FATFS *fat = RT_NULL;
     int flag;
     int flag;
     FRESULT result;
     FRESULT result;
     int index;
     int index;