1 parent 2c26f35 commit d665334Copy full SHA for d665334
2 files changed
ports/esp8266/common-hal/busio/SPI.c
@@ -24,15 +24,15 @@
24
* THE SOFTWARE.
25
*/
26
27
-#include "esp8266/ets_alt_task.h"
28
-#include "esp8266/hspi.h"
29
#include "shared-bindings/microcontroller/__init__.h"
30
#include "common-hal/busio/SPI.h"
31
#include "py/nlr.h"
32
33
#include "eagle_soc.h"
+#include "ets_alt_task.h"
34
#include "c_types.h"
35
#include "gpio.h"
+#include "hspi.h"
36
37
extern const mcu_pin_obj_t pin_MTMS;
38
extern const mcu_pin_obj_t pin_MTCK;
ports/esp8266/main.c
@@ -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"
0 commit comments