summaryrefslogtreecommitdiffstatshomepage
path: root/cc3200/mptask.c
diff options
context:
space:
mode:
Diffstat (limited to 'cc3200/mptask.c')
-rw-r--r--cc3200/mptask.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/cc3200/mptask.c b/cc3200/mptask.c
index f3d662af0d..3f9b8817b2 100644
--- a/cc3200/mptask.c
+++ b/cc3200/mptask.c
@@ -138,17 +138,6 @@ soft_reset:
moduos_init0();
rng_init0();
-#ifdef LAUNCHXL
- // instantiate the stdio uart on the default pins
- mp_obj_t args[2] = {
- mp_obj_new_int(MICROPY_STDIO_UART),
- mp_obj_new_int(MICROPY_STDIO_UART_BAUD),
- };
- pyb_stdio_uart = pyb_uart_type.make_new((mp_obj_t)&pyb_uart_type, MP_ARRAY_SIZE(args), 0, args);
-#else
- pyb_stdio_uart = MP_OBJ_NULL;
-#endif
-
pybsleep_reset_cause_t rstcause = pybsleep_get_reset_cause();
if (rstcause < PYB_SLP_SOFT_RESET) {
if (rstcause == PYB_SLP_HIB_RESET) {