From b617271191a581af47e5fac91ed7ad24f20bc8ce Mon Sep 17 00:00:00 2001 From: jerryneedell Date: Mon, 7 May 2018 08:59:24 -0400 Subject: [PATCH] Update mpconfigport.h comment out define of CIRCUITPYTHON_BOOT_OUTPUT_FILE for NRF52 -- it does not work properly --- ports/nrf/mpconfigport.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ports/nrf/mpconfigport.h b/ports/nrf/mpconfigport.h index 45c82439b3..99ccdcae02 100644 --- a/ports/nrf/mpconfigport.h +++ b/ports/nrf/mpconfigport.h @@ -330,6 +330,6 @@ extern const struct _mp_obj_module_t ble_module; #include #define MICROPY_PIN_DEFS_PORT_H "pin_defs_nrf5.h" -#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt" +//#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt" #endif