Xiaofei Qiu / Xbee

Files at this revision

API Documentation at this revision

Comitter:
Xiaofei
Date:
Thu Dec 03 16:20:23 2015 +0000
Parent:
37:8eba82309257
Commit message:
C

Changed in this revision

Xbee.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/Xbee.cpp	Thu Dec 03 16:19:20 2015 +0000
+++ b/Xbee.cpp	Thu Dec 03 16:20:23 2015 +0000
@@ -37,7 +37,7 @@
 void Xbee::Recv(char& buffer)
 {
     while(1)
-    {
+    { 
         if(!_xbee.readable())
         {
             _xbee.putc('\0');