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:
- 289:9bd62b69874c
- Parent:
- 261:1e54415b34d3
- Child:
- 315:f9a30c8cbe96
--- a/Flash.h Fri Aug 05 17:13:23 2016 +0000
+++ b/Flash.h Sat Aug 06 06:34:38 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];
