From 4c7afa0ae44822a60ca45d7eb1a4ddf0ac2ca625 Mon Sep 17 00:00:00 2001 From: Alexander Entinger Date: Mon, 10 Jul 2023 14:31:15 +0200 Subject: [PATCH] Fix: remove unused instantiation of NBClient. --- examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino | 1 - 1 file changed, 1 deletion(-) diff --git a/examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino b/examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino index fdc7969..a1a688a 100644 --- a/examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino +++ b/examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino @@ -35,7 +35,6 @@ const int NTP_PACKET_SIZE = 48; // NTP time stamp is in the first 48 bytes of th byte packetBuffer[ NTP_PACKET_SIZE]; //buffer to hold incoming and outgoing packets // initialize the library instance -NBClient client; GPRS gprs; NB nbAccess;