NerfUS / NerfUSXbee

Dependents:   NerfUS-Coord NerfUSTarget

Fork of APP3_xbee by Team APP

Revision:
29:e28194bc9f6e
Parent:
28:d3671aeb50df
--- a/mbed_source/XbeeReceiver.cpp	Wed Apr 05 22:19:07 2017 +0000
+++ b/mbed_source/XbeeReceiver.cpp	Sun Apr 09 18:20:12 2017 +0000
@@ -9,8 +9,4 @@
 {
     message_handler_thread.start(callback(handle_parsed_frames_from_mailbox, (void *)cb));
     message_reader_thread.start(read_frame);
-
-    while(1)
-    {
-    }
 }
\ No newline at end of file