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:
- 214:6848a51af734
- Parent:
- 209:63e9c8f8b5d2
- Child:
- 218:c63cdba0550f
--- a/FMS_all.h	Sat Jul 02 15:28:21 2016 +0000
+++ b/FMS_all.h	Sun Jul 03 09:33:33 2016 +0000
@@ -20,6 +20,7 @@
 void RST_PL_BEE();
 void RST_HK_COUNTER();
 uint8_t CDMS_RD_SD_HK(uint8_t *);
+void RESET_CDMS();
 void CDMS_INTERNAL_RESET();
 
 void P_PL_INIT()
@@ -150,7 +151,12 @@
     return ACK;
 }
 
+void RESET_CDMS()
+{
+    
+}
+
 void CDMS_INTERNAL_RESET()
 {
-    
+        
 }
\ No newline at end of file
    