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.
Revision 35:dcddce1fe126, committed 2019-04-10
- Comitter:
- JongYongPark
- Date:
- Wed Apr 10 11:58:29 2019 +0900
- Parent:
- 34:d704131107dd
- Parent:
- 33:5c748056c462
- Commit message:
- add struct
Changed in this revision
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgtags Wed Apr 10 11:58:29 2019 +0900 @@ -0,0 +1,1 @@ +1754d532cb525d86a3e8a77d00b22a2f561466c7 work_with_length_field
--- 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]));
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/update.bat Wed Apr 10 11:58:29 2019 +0900 @@ -0,0 +1,1 @@ +hg incoming && hg pull -u && hg up -C