[core] Update lwIP for SDK-independent headers

This commit is contained in:
Kuba Szczodrzyński
2023-03-14 13:03:34 +01:00
parent b050662a5c
commit 3d3f3700a8
3 changed files with 9 additions and 4 deletions

View File

@@ -34,6 +34,9 @@ using std::min;
#include "wiring_compat.h"
#include "wiring_custom.h"
// FreeRTOS kernel
#include <FreeRTOS.h>
// Define available serial ports
#if defined(__cplusplus) && LT_ARD_HAS_SERIAL
#include <Serial.h>