stm32/lwip_inc: Include HAL header to get MCU define.

Otherwise the custom memory settings don't take place.

Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
Damien George
2025-10-31 21:35:18 +11:00
parent 5a69d47567
commit c8a818cf13

View File

@@ -1,6 +1,8 @@
#ifndef MICROPY_INCLUDED_STM32_LWIP_LWIPOPTS_H
#define MICROPY_INCLUDED_STM32_LWIP_LWIPOPTS_H
#include STM32_HAL_H
#define LWIP_NETIF_EXT_STATUS_CALLBACK 1
#define LWIP_LOOPIF_MULTICAST 1