We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d55f4e commit 9cb0581Copy full SHA for 9cb0581
examples/UdpNtpClient/UdpNtpClient.ino
@@ -109,7 +109,7 @@ void loop() {
109
}
110
111
// send an NTP request to the time server at the given address
112
-unsigned long sendNTPpacket(char* address) {
+void sendNTPpacket(char* address) {
113
// set all bytes in the buffer to 0
114
memset(packetBuffer, 0, NTP_PACKET_SIZE);
115
// Initialize values needed to form NTP request
0 commit comments