Removed extra FLASH_MAX_UPGRADE_SIZE define based on ARCH_G

This commit is contained in:
Ross Owen
2013-10-28 12:32:11 +00:00
parent 3232c05caa
commit 089312508c

View File

@@ -6,11 +6,7 @@
#include <xclib.h>
#ifndef FLASH_MAX_UPGRADE_SIZE
#ifdef ARCH_G
#define FLASH_MAX_UPGRADE_SIZE 128 * 1024 // 128K default
#else
#define FLASH_MAX_UPGRADE_SIZE 128 * 1024 // 128K default
#endif
#endif
#define FLASH_ERROR() do {} while(0)