[DeviceDrivers]Modify SFUD's config for suitable more compilers.

This commit is contained in:
armink 2016-10-10 20:26:21 +08:00
parent 32bf9e29b7
commit b2e14f7641

View File

@ -57,6 +57,6 @@
#error "Please configure RT_SFUD_USING_SFDP or RT_SFUD_USING_FLASH_INFO_TABLE at least one kind of mode (in rtconfig.h)."
#endif
#define SFUD_FLASH_DEVICE_TABLE NULL
#define SFUD_FLASH_DEVICE_TABLE {0}
#endif /* _SFUD_CFG_H_ */