Remove no longer necessary includes

This commit is contained in:
Sergio R. Caprile 2023-03-21 14:08:35 -03:00
parent 24f9766b39
commit 2f5041ac7d
3 changed files with 0 additions and 6 deletions

View File

@ -1,7 +1,5 @@
#pragma once
#include <errno.h> // we are not using lwIP
// See https://mongoose.ws/documentation/#build-options
#define MG_ARCH MG_ARCH_FREERTOS
#define MG_ENABLE_TCPIP 1

View File

@ -1,7 +1,5 @@
#pragma once
#include <errno.h> // we are not using lwIP
// See https://mongoose.ws/documentation/#build-options
#define MG_ARCH MG_ARCH_FREERTOS
#define MG_ENABLE_TCPIP 1

View File

@ -1,7 +1,5 @@
#pragma once
#include <errno.h> // we are not using lwIP
// See https://mongoose.ws/documentation/#build-options
#define MG_ARCH MG_ARCH_FREERTOS
#define MG_ENABLE_TCPIP 1