mirror of
https://github.com/micropython/micropython.git
synced 2026-01-07 04:30:24 +01:00
extmod/lwip: Change void pointers to unions, include new mphal.h file
This commit is contained in:
committed by
Paul Sokolovsky
parent
53ea2b5ce2
commit
af3e45419c
@@ -3,7 +3,7 @@
|
||||
|
||||
#include <py/mpconfig.h>
|
||||
#include <py/misc.h>
|
||||
#include MICROPY_HAL_H
|
||||
#include <py/mphal.h>
|
||||
|
||||
// We're running without an OS for this port. We don't provide any services except light protection.
|
||||
#define NO_SYS 1
|
||||
|
||||
Reference in New Issue
Block a user