We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23ce1cc commit a700e7cCopy full SHA for a700e7c
components/fatfs/vfs/vfs_fat.c
@@ -48,7 +48,7 @@ typedef struct {
48
char dir_path[FILENAME_MAX]; /* variable to store path of opened directory*/
49
struct cached_data cached_fileinfo;
50
#endif
51
- FIL files[0]; /* array with max_files entries; must be the final member of the structure */
+ FIL files[]; /* array with max_files entries; must be the final member of the structure */
52
} vfs_fat_ctx_t;
53
54
typedef struct {
0 commit comments