RAS

Fork of IAP by Tedd OKANO

Files at this revision

API Documentation at this revision

Comitter:
pascalreygner
Date:
Sun Aug 26 06:09:29 2018 +0000
Parent:
12:91ac1391a13b
Child:
14:0b26f723fa19
Commit message:
MEM_SIZE remis ? 256

Changed in this revision

IAP.h Show annotated file Show diff for this revision Revisions of this file
--- a/IAP.h	Sat Aug 25 10:17:58 2018 +0000
+++ b/IAP.h	Sun Aug 26 06:09:29 2018 +0000
@@ -35,7 +35,7 @@
 
 #include    "mbed.h"
 
-#define     MEM_SIZE                            4096 // PR 25/8 - 256
+#define     MEM_SIZE                      256   
 
 # define TARGET_LPC1488
 #if defined(TARGET_LPC176X) || defined(TARGET_LPC1488)