xbee lib changé

Dependents:   Labo_TRSE_Drone

Fork of xbee_lib by Tristan Hughes

Revision:
9:945170b9c451
Parent:
8:783a658542b9
--- a/xbee.cpp	Wed Mar 20 16:52:31 2013 +0000
+++ b/xbee.cpp	Wed Mar 20 16:57:04 2013 +0000
@@ -32,7 +32,7 @@
 
 int xbee::ConfigMode()
 {
-    int a;
+    int a = 0;
     Serial DATA(_tx,_rx);
     wait(2);
     DATA.printf("+++");