diff options
Diffstat (limited to 'zephyr/mpconfigport.h')
| -rw-r--r-- | zephyr/mpconfigport.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zephyr/mpconfigport.h b/zephyr/mpconfigport.h index 936783451..2c57ede4d 100644 --- a/zephyr/mpconfigport.h +++ b/zephyr/mpconfigport.h @@ -58,6 +58,7 @@ #define MICROPY_PY_IO (0) #define MICROPY_PY_MICROPYTHON_MEM_INFO (1) #define MICROPY_PY_MACHINE (1) +#define MICROPY_PY_MACHINE_PIN_MAKE_NEW mp_pin_make_new #define MICROPY_MODULE_WEAK_LINKS (1) #define MICROPY_PY_STRUCT (0) #ifdef CONFIG_NETWORKING |
