8000 Merge pull request #813 from jerryneedell/patch-2 · godlygeek/circuitpython@bca5aec · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bca5aec

Browse files
authored
Merge pull request adafruit#813 from jerryneedell/patch-2
Update mpconfigport.h
2 parents d42c83f + b617271 commit bca5aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ports/nrf/mpconfigport.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,6 @@ extern const struct _mp_obj_module_t ble_module;
330330
#include <alloca.h>
331331

332332
#define MICROPY_PIN_DEFS_PORT_H "pin_defs_nrf5.h"
333-
#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"
333+
//#define CIRCUITPY_BOOT_OUTPUT_FILE "/boot_out.txt"
334334

335335
#endif

0 commit comments

Comments
 (0)
0