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:
commit
03df728b4a
|
@ -59,6 +59,6 @@
|
||||||
#define SFUD_USING_FLASH_INFO_TABLE
|
#define SFUD_USING_FLASH_INFO_TABLE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SFUD_FLASH_DEVICE_TABLE {0}
|
#define SFUD_FLASH_DEVICE_TABLE {{0}}
|
||||||
|
|
||||||
#endif /* _SFUD_CFG_H_ */
|
#endif /* _SFUD_CFG_H_ */
|
||||||
|
|
Loading…
Reference in New Issue