esp8266: Fix includes
This commit is contained in:
parent
2c26f35429
commit
d665334e94
@ -24,15 +24,15 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
#include "esp8266/ets_alt_task.h"
|
||||
#include "esp8266/hspi.h"
|
||||
#include "shared-bindings/microcontroller/__init__.h"
|
||||
#include "common-hal/busio/SPI.h"
|
||||
#include "py/nlr.h"
|
||||
|
||||
#include "eagle_soc.h"
|
||||
#include "ets_alt_task.h"
|
||||
#include "c_types.h"
|
||||
#include "gpio.h"
|
||||
#include "hspi.h"
|
||||
|
||||
extern const mcu_pin_obj_t pin_MTMS;
|
||||
extern const mcu_pin_obj_t pin_MTCK;
|
||||
|
@ -28,8 +28,7 @@
|
||||
#include <string.h>
|
||||
|
||||
#include "py/compile.h"
|
||||
// #include "py/frozenmod.h"
|
||||
// #include "py/runtime0.h"
|
||||
#include "py/frozenmod.h"
|
||||
#include "py/runtime.h"
|
||||
#include "py/stackctrl.h"
|
||||
#include "py/mperrno.h"
|
||||
|
Loading…
Reference in New Issue
Block a user