Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: mbed mbed-rtos SimpleDMA FreescaleIAP eeprom
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: Flash.h
- Revision:
- 282:74a04dec4b95
- Parent:
- 261:1e54415b34d3
- Child:
- 315:f9a30c8cbe96
--- a/Flash.h	Wed Jul 27 12:14:58 2016 +0000
+++ b/Flash.h	Sat Jul 30 15:25:21 2016 +0000
@@ -30,9 +30,9 @@
                 read[j] = nativeflash[j];
             }
             EPS_V_A_EN_STATUS = read[0];
-            BAE_SW_STATUS   = read[1]; 
-            CDMS_SD_SW_STATUS = read[2];
-            PL_BEE_SW_STATUS = read[3];
+            BAE_STATUS = read[1]; 
+            SD_STATUS = read[2];
+            PL_STATUS = read[3];
             PL_EPS_LATCH_SW_EN = read[4];
             RTC_INIT_STATUS = read[5];
             CDMS_RTC_DISABLE = read[6];
    