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 67c24d6 commit d8dc54aCopy full SHA for d8dc54a
libraries/Ethernet/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