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 mbed-rtos mbed
Fork of CDMS_CODE by
Diff: CDMS_PL.h
- Revision:
- 207:28a07943dded
- Parent:
- 206:fba4aeebf004
diff -r fba4aeebf004 -r 28a07943dded CDMS_PL.h
--- a/CDMS_PL.h	Thu Jun 30 14:00:33 2016 +0000
+++ b/CDMS_PL.h	Sat Jul 02 10:48:30 2016 +0000
@@ -2,9 +2,8 @@
 uint8_t pl_main_flag=0;
 uint8_t PL_PREV_STATE=0x00;
 uint8_t POWER_LEVEL = 3;                                //Would be present in HK data extracted 
-extern uint32_t pl_block[192]={0};
+uint32_t pl_block[192]={0};
 uint32_t pl_time;
-uint16_t PL_MAIN_COUNTER=0;
 uint32_t TIME_LATEST_PL=0;
 uint8_t i;
 uint8_t PL_BEE_SW_STATUS=0;
    