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: FreescaleIAP SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by
Diff: FMS_all.h
- Revision:
- 301:701ac67649b7
- Parent:
- 289:9bd62b69874c
- Child:
- 303:b49b486a7107
--- a/FMS_all.h Sat Sep 03 16:44:56 2016 +0000
+++ b/FMS_all.h Sun Sep 04 11:12:00 2016 +0000
@@ -338,6 +338,6 @@
void FCTN_CDMS_RD_L_RAM(Base_tm *tm_pointer)
{
- for(int i=4;i<132;i++)
- tm_pointer->TM_string[i] = CDMS_HK_FRAME[i-4];
+ for(int i=0;i<128;i++)
+ tm_pointer->TM_string[i+4] = CDMS_HEALTH_DATA[i];
}
\ No newline at end of file
