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: XBee/XBee.cpp
- Revision:
- 3:8662ebe83570
- Parent:
- 2:2ee1b6d51df2
- Child:
- 4:629712865107
--- a/XBee/XBee.cpp Thu May 14 16:21:39 2015 +0200
+++ b/XBee/XBee.cpp Mon May 18 13:16:55 2015 +0200
@@ -657,10 +657,10 @@
return resp;
}
-TxStatus XBee::send_data_broadcast(const uint8_t *const data, uint16_t len)
+TxStatus XBee::send_data_broadcast(const uint8_t *const data, uint16_t len, bool syncr)
{
const RemoteXBee remoteDevice = RemoteXBee(ADDR64_BROADCAST);
- return send_data(remoteDevice, data, len);
+ return send_data(remoteDevice, data, len, syncr);
}
#if defined(ENABLE_PM_SUPPORT)
