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: COM_POWER_ON_TX.h
- Revision:
- 12:ffdb29353058
- Parent:
- 5:ab276a17ca07
- Child:
- 15:1c1ca992b43b
--- a/COM_POWER_ON_TX.h Thu Dec 31 10:27:56 2015 +0000
+++ b/COM_POWER_ON_TX.h Thu Dec 31 11:49:42 2015 +0000
@@ -1,5 +1,5 @@
#define COM_POWER_ON_TX {\
- gPC.puts("Inside COM_POWER_ON_TX\r\n");\
+ /*gPC.puts("Inside COM_POWER_ON_TX\r\n");*/\
if( !(gFLAGS & COM_TX_FLAG) ){\
gFLAGS = gFLAGS | COM_TX_FLAG;\
/*WARNING: INFINITE WHILE LOOP POSSIBLE: if standby ack received and bcn tx main status = 0*/\
@@ -100,5 +100,5 @@
/*PENDING: RESET CDMS*/\
}\
}\
- gPC.puts("COMPLETED COM_POWER_ON_TX\r\n");\
+ /*gPC.puts("COMPLETED COM_POWER_ON_TX\r\n");*/\
}
\ No newline at end of file
