Merge pull request #3061 from BernardXiong/bernard_fix_sfud_warning

[SFUD] Fix the compiling warning for SFUD_FLASH_DEVICE_TABLE definition
This commit is contained in:
Bernard Xiong 2019-09-11 12:24:17 +08:00 committed by GitHub
commit 03df728b4a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -59,6 +59,6 @@
#define SFUD_USING_FLASH_INFO_TABLE
#endif
#define SFUD_FLASH_DEVICE_TABLE {0}
#define SFUD_FLASH_DEVICE_TABLE {{0}}
#endif /* _SFUD_CFG_H_ */