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 mbed-rtos mbed
Fork of workinQM_5thJan_azad by
Diff: TCTM.cpp
- Revision:
- 81:bc0837c54fbf
- Parent:
- 80:da657c390c27
- Child:
- 83:78b6a62cdf6a
--- a/TCTM.cpp Sat Dec 10 14:28:29 2016 +0000 +++ b/TCTM.cpp Sat Dec 10 14:42:56 2016 +0000 @@ -1338,12 +1338,17 @@ break; } case 0xE2: - { //high enable samp + { //BCN_SW active high - samp uint8_t BCN_SPND_STATE; BCN_SPND_STATE=tc[4]; if(BCN_SPND_STATE==0x00)// to switch on bcn { BCN_SPND_TX=0; + if( BCN_TX_SW_STATUS == 3 ) + { + BCN_SW = 1; + BCN_TX_SW_STATUS = 1; + } //stop BCN_STANDBY_TIMER.stop();//create telemetry[2]=0xA0; }