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.
Diff: lifiReceiver.cpp
- Revision:
- 35:dcddce1fe126
- Parent:
- 34:d704131107dd
- Parent:
- 30:75cb79acdcff
--- a/lifiReceiver.cpp Wed Apr 10 11:56:56 2019 +0900
+++ b/lifiReceiver.cpp Wed Apr 10 11:58:29 2019 +0900
@@ -339,6 +339,7 @@
#if RX_DEBUG_FRAME
printf("\n%dSYNC ",channel+1);
#endif
+ printf("\n *** Channel[%d] Rx Started !!! *** ", channel +1 );
return 0;
}
if ((*frame_state) != IDLE_STATE) { // we are synced
@@ -517,7 +518,7 @@
// memcpy(rx_vars[channel].rx_frame_buffer_save, rx_vars[channel].rx_frame_buffer, FRAME_BUFFER_SIZE);
rx_vars[channel].is_received = true;
- printf(" *** Channel[%d] Rx Finished !!! *** ", channel +1 );
+ printf("\n *** Channel[%d] Rx Finished !!! *** ", channel +1 );
if (valid_chars) {
// //println(&(rx_frame_buffer[1]));
// //stringReceive = string(&(rx_frame_buffer[1]));