Fix rp2350 build

Signed-off-by: Pol Henarejos <pol.henarejos@cttc.es>
This commit is contained in:
Pol Henarejos
2026-08-21 17:58:53 +02:00
parent 5e2178adcb
commit 01eadc39e9
2 changed files with 5 additions and 0 deletions
+1
View File
@@ -49,6 +49,7 @@ try changing the first byte of tud_network_mac_address[] below from 0x02 to 0x00
#include "dnserver.h"
#include "lwip/init.h"
#include "lwip/timeouts.h"
#include "bsp/board.h"
#elif defined(ESP_PLATFORM)
#include "apps/dhcpserver/dhcpserver.h"
#include "netif/ethernet.h"
+4
View File
@@ -19,6 +19,10 @@
#include "rest_server_tls.h"
#ifdef ENABLE_EMULATION
#include "compat/board.h"
#elif defined(PICO_PLATFORM)
#include "bsp/board.h"
#elif defined(ESP_PLATFORM)
#include "compat/esp_compat.h"
#endif
#ifdef _MSC_VER