RAS

Fork of IAP by Tedd OKANO

Revision:
12:91ac1391a13b
Parent:
11:69e39050fccf
Child:
14:0b26f723fa19
--- a/IAP.cpp	Fri Aug 24 16:38:19 2018 +0000
+++ b/IAP.cpp	Sat Aug 25 10:17:58 2018 +0000
@@ -34,7 +34,6 @@
 
 #define     USER_FLASH_AREA_START_STR( x )      STR( x )
 #define     STR( x )                            #x
-#define     MEM_SIZE                            256
 
 unsigned char user_area[ USER_FLASH_AREA_SIZE ] __attribute__((section( ".ARM.__at_" USER_FLASH_AREA_START_STR( USER_FLASH_AREA_START ) ), zero_init));