8000 extmod/lwip: Change void pointers to unions, include new mphal.h file · russbot/circuitpython@af3e454 · GitHub
[go: up one dir, main page]

Skip to content

Commit af3e454

Browse files
galenhzpfalcon
authored andcommitted
extmod/lwip: Change void pointers to unions, include new mphal.h file
1 parent 53ea2b5 commit af3e454

File tree

2 files changed

+80
-75
lines changed

2 files changed

+80
-75
lines changed

extmod/lwip-include/lwipopts.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
#include <py/mpconfig.h>
55
#include <py/misc.h>
6-
#include MICROPY_HAL_H
6+
#include <py/mphal.h>
77

88
// We're running without an OS for this port. We don't provide any services except light protection.
99
#define NO_SYS 1

0 commit comments

Comments
 (0)
0