Skip to content

Commit

Permalink
Fix compilation when using debug flags
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikVE committed Feb 1, 2022
1 parent 5979712 commit c9ed8c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MQTTSNGateway/src/linux/udp6/SensorNetwork.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ int UDPPort6::broadcast(const uint8_t* buf, uint32_t length)

#ifdef DEBUG_NW
char addrBuf[INET6_ADDRSTRLEN];
addr->sprint(addrBuf);
_grpAddr.sprint(addrBuf);
D_NWSTACK("sendto %s\n", addrBuf);
#endif

Expand Down

0 comments on commit c9ed8c7

Please sign in to comment.