Components / XBee

Dependents:   Seeed_XBee_Shield Seeed_XBee_Shield-2

Fork of xbee_lib by Tristan Hughes

Files at this revision

API Documentation at this revision

Comitter:
screamer
Date:
Fri May 30 13:37:54 2014 +0000
Parent:
6:6455a079bdb3
Commit message:
Fix compile warning

Changed in this revision

xbee.cpp Show annotated file Show diff for this revision Revisions of this file
--- a/xbee.cpp	Fri Aug 31 15:48:55 2012 +0000
+++ b/xbee.cpp	Fri May 30 13:37:54 2014 +0000
@@ -32,7 +32,7 @@
 
 int xbee::ConfigMode()
 {
-    int a;
+    int a = 0;
     Serial DATA(_tx,_rx);
     wait(2);
     DATA.printf("+++");