a

Dependents:   GPSLOG_program

Fork of XBee by aigamozu

Revision:
2:6efb3541af61
Parent:
1:e3b2027e685c
Child:
3:8573b122fa84
diff -r e3b2027e685c -r 6efb3541af61 XBee.cpp
--- a/XBee.cpp	Mon Jan 10 16:32:18 2011 +0000
+++ b/XBee.cpp	Fri Jul 29 16:22:15 2011 +0000
@@ -661,7 +661,7 @@
     _response.reset();
 }
 
-XBee::XBee(PinName p_tx, PinName p_rx): _xbee(p_tx, p_rx), _response(XBeeResponse()) {
+XBee::XBee(PinName p_tx, PinName p_rx): _xbee(p_tx, p_rx) {
     _pos = 0;
     _escape = false;
     _checksumTotal = 0;