extmod/lwip: Change void pointers to unions, include new mphal.h file

This commit is contained in:
Galen Hazelwood
2015-11-01 22:46:58 -08:00
committed by Paul Sokolovsky
parent 53ea2b5ce2
commit af3e45419c
2 changed files with 80 additions and 75 deletions

View File

@@ -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