Skip to content
This repository was archived by the owner on Jun 13, 2020. It is now read-only.

Commit e974e19

Browse files
committed
Move sntp.cpp/.h into ntpTest sketch to clean up core library.
1 parent 0ce8dc7 commit e974e19

4 files changed

Lines changed: 1 addition & 2 deletions

File tree

Adafruit_CC3000.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
#include "utility/socket.h"
3333
#include "utility/wlan.h"
3434
#include "utility/debug.h"
35-
#include "utility/sntp.h"
3635

3736
uint8_t g_csPin, g_irqPin, g_vbatPin, g_IRQnum, g_SPIspeed;
3837

examples/ntpTest/ntpTest.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ This example does a test of the SNTP (Simple Network Time Protocol) client:
3030
//#include "utility/NetTime.h"
3131
#include <string.h>
3232
#include "utility/debug.h"
33-
#include "utility/sntp.h"
33+
#include "sntp.h"
3434

3535
// These are the interrupt and control pins
3636
#define ADAFRUIT_CC3000_IRQ 3 // MUST be an interrupt pin!
File renamed without changes.

0 commit comments

Comments
 (0)