esp8266: Fix includes

This commit is contained in:
Scott Shawcroft 2017-10-24 23:05:20 -07:00
parent 2c26f35429
commit d665334e94
2 changed files with 3 additions and 4 deletions

View File

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

View File

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