Skip to content

Commit 490096a

Browse files
committed
Turn on advanced MP api for unix build
1 parent 5c6e80a commit 490096a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ports/unix/mpconfigport.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
#define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1)
6161
#define MICROPY_MEM_STATS (1)
6262
#define MICROPY_DEBUG_PRINTERS (1)
63+
#define CIRCUITPY_MICROPYTHON_ADVANCED (1)
6364
// Printing debug to stderr may give tests which
6465
// check stdout a chance to pass, etc.
6566
#define MICROPY_DEBUG_PRINTER (&mp_stderr_print)

0 commit comments

Comments
 (0)