Skip to content

Commit c561e53

Browse files
author
Chritzel
authored
Add Declaration for isValid()
1 parent 9dc9ad1 commit c561e53

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

NTPClient.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ class NTPClient {
2525
byte _packetBuffer[NTP_PACKET_SIZE];
2626

2727
void sendNTPPacket();
28+
bool isValid(byte * ntpPacket);
2829

2930
public:
3031
NTPClient(UDP& udp);

0 commit comments

Comments
 (0)