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:
- 303:b49b486a7107
- Parent:
- 301:701ac67649b7
- Child:
- 314:9f1b654a0b54
- Child:
- 322:7d906d34aaff
--- a/FMS_all.h Sun Sep 04 11:12:00 2016 +0000
+++ b/FMS_all.h Mon Sep 05 11:25:33 2016 +0000
@@ -339,5 +339,8 @@
void FCTN_CDMS_RD_L_RAM(Base_tm *tm_pointer)
{
for(int i=0;i<128;i++)
- tm_pointer->TM_string[i+4] = CDMS_HEALTH_DATA[i];
+ {
+ //tm_pointer->TM_string[i] = 0;
+ tm_pointer->TM_string[i+4] = CDMS_HEALTH_DATA[i];
+ }
}
\ No newline at end of file
