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: SimpleDMA eeprom mbed-rtos mbed
Fork of CDMS_CODE_FM_28JAN2017 by
Diff: DefinitionsAndGlobals.h
- Revision:
- 297:7cc868888d56
- Parent:
- 295:699801854b71
- Child:
- 298:5d3958886809
--- a/DefinitionsAndGlobals.h Sun Aug 28 14:47:38 2016 +0000
+++ b/DefinitionsAndGlobals.h Mon Sep 05 06:25:57 2016 +0000
@@ -253,7 +253,7 @@
// CDMS HK
uint8_t CDMS_STANDBY;
uint8_t CDMS_HEALTH_DATA[128];
-uint8_t CDMS_RAM[59];
+uint8_t CDMS_RAM[59] = {0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0};
uint16_t GPIO_STATUS;
uint8_t CDMS_HK_MAIN_STATUS;
uint8_t COMRX_STATUS;
