Merge pull request #507 from imihajlow/master
Allow overrides of sntp.h
This commit is contained in:
commit
4ae2a6cdf0
2 changed files with 2 additions and 2 deletions
|
@ -36,7 +36,7 @@
|
||||||
|
|
||||||
#include "lwip/opt.h"
|
#include "lwip/opt.h"
|
||||||
|
|
||||||
#include "sntp.h"
|
#include <sntp.h>
|
||||||
|
|
||||||
#include "lwip/timeouts.h"
|
#include "lwip/timeouts.h"
|
||||||
#include "lwip/udp.h"
|
#include "lwip/udp.h"
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
#include <espressif/esp_common.h>
|
#include <espressif/esp_common.h>
|
||||||
#include <esp/timer.h>
|
#include <esp/timer.h>
|
||||||
#include <esp/rtc_regs.h>
|
#include <esp/rtc_regs.h>
|
||||||
#include "sntp.h"
|
#include <sntp.h>
|
||||||
|
|
||||||
#define TIMER_COUNT RTC.COUNTER
|
#define TIMER_COUNT RTC.COUNTER
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue