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: CircularBuffer FixedLengthList
Dependents: XBeeApiTest XBeeApiSimpleATCmdsExample XBeeApiBroadcastExample XBeeApiBroadcastExampleRTOS ... more
Diff: RXTX/XBeeApiRxFrame.cpp
- Revision:
- 46:a1abbc66f157
- Parent:
- 45:dde04adb8791
- Parent:
- 38:291aee9eb900
--- a/RXTX/XBeeApiRxFrame.cpp Sun Jul 06 21:47:31 2014 +0000
+++ b/RXTX/XBeeApiRxFrame.cpp Sun Jul 06 21:55:28 2014 +0000
@@ -23,7 +23,6 @@
{
}
-/** Constructor */
XBeeApiRxFrame::XBeeApiRxFrame( XBeeApiIdentifier_e p_id,
const uint8_t* const p_data,
const size_t p_dataLen ) : XBeeApiFrame( p_id, p_data, p_dataLen ),