Update mpconfigport.h
comment out define of CIRCUITPYTHON_BOOT_OUTPUT_FILE for NRF52 -- it does not work properly
This commit is contained in:
parent
d42c83ff41
commit
b617271191
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user