Merge pull request #2 from algernon/h/BL_TARGET_FLASH-fix
bootloader_config.h: Don't redefine BL_TARGET_FLASH
This commit is contained in:
@@ -58,7 +58,9 @@
|
|||||||
#if !defined(BL_CONFIG_USB_MSC)
|
#if !defined(BL_CONFIG_USB_MSC)
|
||||||
#define BL_CONFIG_USB_MSC (0)
|
#define BL_CONFIG_USB_MSC (0)
|
||||||
#endif
|
#endif
|
||||||
|
#if !defined(BL_TARGET_FLASH)
|
||||||
#define BL_TARGET_FLASH (1)
|
#define BL_TARGET_FLASH (1)
|
||||||
|
#endif
|
||||||
//@}
|
//@}
|
||||||
|
|
||||||
#if !defined(BL_TARGET_FLASH) && !defined(BL_TARGET_RAM)
|
#if !defined(BL_TARGET_FLASH) && !defined(BL_TARGET_RAM)
|
||||||
|
|||||||
Reference in New Issue
Block a user