Fixed x200 DFU define (caused trap on start-up)

This commit is contained in:
Ross Owen
2015-06-30 13:59:04 +01:00
parent c42d93f6a7
commit 9aff164b70

View File

@@ -10,7 +10,8 @@
#include <dfu_interface.h>
#if defined(ARCH_X200) && (ARCH_X200 == 1)
#if (XUD_SERIES_SUPPORT==4)
/* xCORE-200 */
/* Note range 0x7FFC8 - 0x7FFFF guarenteed to be untouched by tools */
#define FLAG_ADDRESS 0x7ffc4
#else