
Compression code changed and RLY_TMTC pointers managed
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; }