delete volatile

This commit is contained in:
Urey 2017-05-26 21:05:10 +08:00
parent 0e82a5b821
commit 2426efe6b7
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{