Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Dependencies: DigiLogger
Fork of XBeeLib_vs by
Diff: Frames/ZigbeeFrames.cpp
- 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 */