Turn on advanced MP api for unix build

This commit is contained in:
Scott Shawcroft 2021-08-20 12:53:07 -07:00
parent 5c6e80a2bb
commit 490096a480
No known key found for this signature in database
GPG Key ID: 0DFD512649C052DA
1 changed files with 1 additions and 0 deletions

View File

@ -60,6 +60,7 @@
#define MICROPY_MALLOC_USES_ALLOCATED_SIZE (1)
#define MICROPY_MEM_STATS (1)
#define MICROPY_DEBUG_PRINTERS (1)
#define CIRCUITPY_MICROPYTHON_ADVANCED (1)
// Printing debug to stderr may give tests which
// check stdout a chance to pass, etc.
#define MICROPY_DEBUG_PRINTER (&mp_stderr_print)