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:
 - 218:c63cdba0550f
 - Parent:
 - 215:570251b23c7b
 
--- a/FMS_all.h	Sun Jul 03 11:35:55 2016 +0000
+++ b/FMS_all.h	Sun Jul 03 15:25:24 2016 +0000
@@ -20,7 +20,7 @@
 void RST_PL_BEE();
 void RST_HK_COUNTER();
 uint8_t CDMS_RD_SD_HK(uint8_t *);
-void RESET_CDMS();
+void CDMS_RESET();
 void CDMS_INTERNAL_RESET();
 
 void P_PL_INIT()
@@ -151,12 +151,12 @@
     return ACK;
 }
 
-void RESET_CDMS()
+void CDMS_RESET()
 {
     
 }
 
 void CDMS_INTERNAL_RESET()
 {
-        
+        NVIC_SystemReset();
 }
\ No newline at end of file
    