From 69220ee8667532962f0470116f49f8340e2da3e6 Mon Sep 17 00:00:00 2001 From: Ivan Mikhailov Date: Thu, 7 Dec 2017 20:48:38 +0100 Subject: [PATCH] Allow overrides of sntp.h Changed quote marks with triangle brackets for sntp.h to allow user creating a custom sntp.h --- extras/sntp/sntp.c | 2 +- extras/sntp/sntp_fun.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extras/sntp/sntp.c b/extras/sntp/sntp.c index c034df2..274c7cd 100644 --- a/extras/sntp/sntp.c +++ b/extras/sntp/sntp.c @@ -36,7 +36,7 @@ #include "lwip/opt.h" -#include "sntp.h" +#include #include "lwip/timeouts.h" #include "lwip/udp.h" diff --git a/extras/sntp/sntp_fun.c b/extras/sntp/sntp_fun.c index 96e8ffc..e007ff7 100644 --- a/extras/sntp/sntp_fun.c +++ b/extras/sntp/sntp_fun.c @@ -11,7 +11,7 @@ #include #include #include -#include "sntp.h" +#include #define TIMER_COUNT RTC.COUNTER