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 COM_MNG_TMTC_SIMPLE by
Diff: adf.h
- Revision:
- 3:6c81fc8834e2
- Parent:
- 2:2caf2a9a13aa
- Child:
- 9:e9eaada136c6
--- a/adf.h Tue Dec 22 06:09:48 2015 +0000
+++ b/adf.h Wed Dec 23 05:37:55 2015 +0000
@@ -484,7 +484,7 @@
send_data;\
while(loop_on){\
/*led2=!led2;*/\
- Thread::signal_wait(COM_MNG_TMTC_SIGNAL_ADF_SD);\
+ gCOM_MNG_TMTC_THREAD->signal_wait(COM_MNG_TMTC_SIGNAL_ADF_SD);\
if(ADF_off){\
SPI_mutex.lock();\
ticker.detach();\
@@ -540,7 +540,7 @@
// ADF_non_responsive_timeout.attach(&ADF_non_responsive_fun, 10);
while(loop_on){
- Thread::signal_wait(COM_MNG_TMTC_SIGNAL_ADF_NSD);
+ gCOM_MNG_TMTC_THREAD->signal_wait(COM_MNG_TMTC_SIGNAL_ADF_NSD);
// if( ADF_non_responsive_flag == false ){
if(ADF_off){
SPI_mutex.lock();
