Skip to content

Commit 1f342af

Browse files
authored
Fix: remove unused instantiation of NBClient. (#113)
1 parent 186147e commit 1f342af

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const int NTP_PACKET_SIZE = 48; // NTP time stamp is in the first 48 bytes of th
3535
byte packetBuffer[ NTP_PACKET_SIZE]; //buffer to hold incoming and outgoing packets
3636

3737
// initialize the library instance
38-
NBClient client;
3938
GPRS gprs;
4039
NB nbAccess;
4140

0 commit comments

Comments
 (0)