mirror of
https://github.com/micropython/micropython.git
synced 2025-12-16 09:50:15 +01:00
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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user