Allow overrides of sntp.h
Changed quote marks with triangle brackets for sntp.h to allow user creating a custom sntp.h
This commit is contained in:
parent
d05d3020eb
commit
69220ee866
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
|||
|
||||
#include "lwip/opt.h"
|
||||
|
||||
#include "sntp.h"
|
||||
#include <sntp.h>
|
||||
|
||||
#include "lwip/timeouts.h"
|
||||
#include "lwip/udp.h"
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include <espressif/esp_common.h>
|
||||
#include <esp/timer.h>
|
||||
#include <esp/rtc_regs.h>
|
||||
#include "sntp.h"
|
||||
#include <sntp.h>
|
||||
|
||||
#define TIMER_COUNT RTC.COUNTER
|
||||
|
||||
|
|
Loading…
Reference in a new issue