Update mpconfigport.h

comment out define of CIRCUITPYTHON_BOOT_OUTPUT_FILE  for NRF52  --  it does not work properly
This commit is contained in:
jerryneedell 2018-05-07 08:59:24 -04:00 committed by GitHub
parent d42c83ff41
commit b617271191
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -330,6 +330,6 @@ extern const struct _mp_obj_module_t ble_module;
#include <alloca.h> #include <alloca.h>
#define MICROPY_PIN_DEFS_PORT_H "pin_defs_nrf5.h" #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 #endif