Skip to content

Commit

Permalink
Fix: remove unused instantiation of NBClient. (#113)
Browse files Browse the repository at this point in the history
  • Loading branch information
aentinger committed Jul 10, 2023
1 parent 186147e commit 1f342af
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/GPRSUdpNtpClient/GPRSUdpNtpClient.ino
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 1f342af

Please sign in to comment.