Skip to content

Commit

Permalink
Removed some whitespace and a compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-raritan committed Jul 24, 2019
1 parent 01a396c commit a6a72a4
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/domain/zbmessage/aps.h
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/**
* @file aps.h
*
*
* @brief Handles encoding/decoding of the APS header
*/

Expand Down
8 changes: 4 additions & 4 deletions src/domain/zigbee-tools/zigbee-networking.h
Original file line number Diff line number Diff line change
Expand Up @@ -32,17 +32,17 @@ class CZigbeeNetworking : public CEzspDongleObserver
void OpenNetwork( uint8_t i_timeout );
void CloseNetwork( void );
void LeaveNetwork( void );

void startDiscoverProduct(std::function<void (EmberNodeType i_type, EmberEUI64 i_eui64, EmberNodeId i_id)> i_discoverCallbackFct = nullptr);

// Green Power


/**
* Observer
*/
void handleDongleState( EDongleState i_state ){;}
void handleEzspRxMessage( EEzspCmd i_cmd, std::vector<uint8_t> i_msg_receive );
void handleDongleState( EDongleState /* i_state */ ){;}
void handleEzspRxMessage( EEzspCmd i_cmd, std::vector<uint8_t> i_msg_receive );

private:
CEzspDongle &dongle;
Expand Down

0 comments on commit a6a72a4

Please sign in to comment.