Remove duplicate include

This commit is contained in:
fvanroie 2022-07-21 01:06:43 +02:00
parent 1aea5257df
commit cbeceaf209

View File

@ -24,7 +24,9 @@
#include <WiFiUdp.h> #include <WiFiUdp.h>
#elif defined(ARDUINO_ARCH_ESP32) #elif defined(ARDUINO_ARCH_ESP32)
#include <WiFi.h> #include <WiFi.h>
#if HASP_USE_SYSLOG > 0
#include <WiFiUdp.h> #include <WiFiUdp.h>
#endif
#elif defined(STM32F4xx) || defined(STM32F7xx) #elif defined(STM32F4xx) || defined(STM32F7xx)
#include <time.h> #include <time.h>
#endif #endif
@ -44,7 +46,6 @@
#endif #endif
#if HASP_USE_SYSLOG > 0 #if HASP_USE_SYSLOG > 0
#include <WiFiUdp.h>
#ifndef SYSLOG_SERVER #ifndef SYSLOG_SERVER
#define SYSLOG_SERVER "" #define SYSLOG_SERVER ""