Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LinjingZhang committed Dec 4, 2024
1 parent ee53f41 commit 8796e7f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion cores/Client.h
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,9 @@ class Client : public Stream {
virtual operator bool() = 0;

protected:
uint8_t *rawIPAddress(IPAddress &addr) { return addr.raw_address(); };
uint8_t *rawIPAddress(IPAddress &addr) {
return addr.raw_address();
};
};

#endif /* client_h */

0 comments on commit 8796e7f

Please sign in to comment.