vr1.1

Dependencies:   FreescaleIAP mbed-rtos mbed

Fork of CDMS_RTOS_v1_1 by Team Fox

Revision:
11:d6dc9074075b
Parent:
8:607ae92fa6af
--- a/Flash.h	Sat Jul 04 10:48:18 2015 +0000
+++ b/Flash.h	Mon Jul 06 06:25:14 2015 +0000
@@ -0,0 +1,3 @@
+int strt_add = flash_size() - (4*SECTOR_SIZE);  
+uint32_t flasharray[256+(3*1024)];
+char *nativeflash = (char*)strt_add;
\ No newline at end of file