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.
Diff: Frames/ZigbeeFrames.h
- Revision:
- 4:629712865107
- Parent:
- 3:8662ebe83570
--- a/Frames/ZigbeeFrames.h Mon May 18 13:16:55 2015 +0200
+++ b/Frames/ZigbeeFrames.h Mon Jun 01 18:59:43 2015 +0200
@@ -15,7 +15,7 @@
#include "ApiFrame.h"
-class TxFrameZB : public ApiFrame
+class TxFrameZB : public ApiFrame
{
public:
/** Class constructor */
@@ -24,7 +24,7 @@
/** Class constructor */
TxFrameZB(uint64_t addr, uint16_t addr16, uint8_t source_ep, uint8_t dest_ep,
- uint16_t cluster_id, uint16_t profile_id, uint8_t broadcast_rad,
+ uint16_t cluster_id, uint16_t profile_id, uint8_t broadcast_rad,
uint8_t tx_opt, const uint8_t *const data, uint16_t len);
};