diff options
| author | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-08 14:27:36 +0300 |
|---|---|---|
| committer | Paul Sokolovsky <pfalcon@users.sourceforge.net> | 2017-04-08 14:27:36 +0300 |
| commit | 0a88b44248a7fafb01e98019e4b79547772ea206 (patch) | |
| tree | 368d8ac9b413cb2b340764e43c1086515fd704cf /zephyr/mpconfigport.h | |
| parent | e05cb4183a6ab06123eaa9eac91d6d134ebc083b (diff) | |
zephyr/machine_pin: Implement pin protocol for machine.Signal support.
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 |
