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_SND_TM_functions.h
- Revision:
- 197:1369ef45b49e
- Parent:
- 1:a0055b3280c8
--- a/COM_SND_TM_functions.h Thu Jun 30 10:19:00 2016 +0000
+++ b/COM_SND_TM_functions.h Thu Jun 30 10:51:38 2016 +0000
@@ -81,7 +81,7 @@
unsigned int outByte = 0;
for(unsigned int j = 0 ; j < 536 ; ++j){
-// printf("j = %u, inByte = %u\n", j, inByte);
+// gPC.printf("j = %u, inByte = %u\n", j, inByte);
// read a new bit from input stream
// cout << "inByte " <<inByte;
unsigned char tempBit = (input[inByte] >> inBit) & 1;
@@ -124,7 +124,7 @@
}
if(inBit == -1){
-// printf("in byte = %u\n", inByte);
+// gPC.printf("in byte = %u\n", inByte);
++inByte;
inBit = 7;
}
