XBee modules

Dependencies:   DigiLogger

Fork of XBeeLib by Digi International Inc.

Revision:
6:06522f3a6642
Parent:
4:629712865107
--- a/Frames/ZigbeeFrames.cpp	Thu Mar 31 11:39:30 2016 +0200
+++ b/Frames/ZigbeeFrames.cpp	Thu Jul 28 10:17:20 2016 +0200
@@ -51,7 +51,7 @@
         memcpy(&frame_data[13], data, len);
     }
 
-    set_api_frame(TxReqZB, frame_data, TX_REQUEST_OVERHEAD + len);
+    set_api_frame(TxReqZBDM, frame_data, TX_REQUEST_OVERHEAD + len);
 }
 
 /** Class constructor */