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:
László Monda
2016-12-07 17:39:12 +01:00
committed by GitHub

View File

@@ -58,7 +58,9 @@
#if !defined(BL_CONFIG_USB_MSC)
#define BL_CONFIG_USB_MSC (0)
#endif
#if !defined(BL_TARGET_FLASH)
#define BL_TARGET_FLASH (1)
#endif
//@}
#if !defined(BL_TARGET_FLASH) && !defined(BL_TARGET_RAM)