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: ThreadsAndFunctions.h
- Revision:
- 187:2c7263530c57
- Parent:
- 180:ccc21cc163f8
--- a/ThreadsAndFunctions.h Wed May 25 15:28:32 2016 +0000 +++ b/ThreadsAndFunctions.h Wed Jun 29 13:59:21 2016 +0000 @@ -135,6 +135,7 @@ //gLEDG = 1; } while(true){ + COM_POWER_ON_TX(); Thread::signal_wait( COM_MNG_TMTC_SIGNAL_UART_INT ); if( gFLAGS & UART_INT_FLAG ){ gFLAGS = gFLAGS & (~UART_INT_FLAG);