summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index ed69fb2f23..03cac6ed33 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -42,7 +42,7 @@
#include "repl.h"
#include "inc/hw_memmap.h"
#include "pybuart.h"
-#include "pybgpio.h"
+#include "pybpin.h"
#include "pybrtc.h"
#include "pybstdio.h"
#include "pyexec.h"
@@ -152,7 +152,7 @@ soft_reset:
MP_STATE_PORT(pyb_stdio_uart) = pyb_uart_type.make_new((mp_obj_t)&pyb_uart_type, MP_ARRAY_SIZE(args), 0, args);
readline_init0();
- gpio_init0();
+ pin_init0();
extint_init0();
mod_network_init();
wlan_init0();