lel

Fork of XBeeLib by Digi International Inc.

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);
 };