Latest FM Code with EEPROM

Dependencies:   FreescaleIAP SimpleDMA eeprom mbed-rtos mbed

Fork of CDMS_QM_03MAR2017_Flash_with_obsrs by Team Fox

Revision:
325:d375c11595be
Parent:
323:1f3c756e7b38
Child:
330:6ac9661f2e10
diff -r c0a5228cc666 -r d375c11595be COM_MNG_TMTC.h
--- a/COM_MNG_TMTC.h	Sat Dec 10 13:39:35 2016 +0000
+++ b/COM_MNG_TMTC.h	Sat Dec 10 14:48:07 2016 +0000
@@ -484,6 +484,7 @@
                                     flasharray_thres[z] = scp_threshold_m0[z+8];
                                 erase_sector(strt_add_thres);
                                 program_flash(strt_add_thres, (char*)flasharray_thres,32);
+                                
                                 Base_tm *tm_ptr_short = new Short_tm;
                                 ACK_L234(tm_ptr_short,0xA0,GETpacket_seq_count(tc_ptr));
                                 return tm_ptr_short;