rp2/mpconfigport: Enable MICROPY_PY_OS_DUPTERM_NOTIFY.
Signed-off-by: Damien George <damien@micropython.org>
This commit is contained in:
@@ -98,6 +98,7 @@
|
|||||||
#define MICROPY_PY_OS_INCLUDEFILE "ports/rp2/modos.c"
|
#define MICROPY_PY_OS_INCLUDEFILE "ports/rp2/modos.c"
|
||||||
#ifndef MICROPY_PY_OS_DUPTERM
|
#ifndef MICROPY_PY_OS_DUPTERM
|
||||||
#define MICROPY_PY_OS_DUPTERM (1)
|
#define MICROPY_PY_OS_DUPTERM (1)
|
||||||
|
#define MICROPY_PY_OS_DUPTERM_NOTIFY (1)
|
||||||
#endif
|
#endif
|
||||||
#define MICROPY_PY_OS_SYNC (1)
|
#define MICROPY_PY_OS_SYNC (1)
|
||||||
#define MICROPY_PY_OS_UNAME (1)
|
#define MICROPY_PY_OS_UNAME (1)
|
||||||
|
|||||||
Reference in New Issue
Block a user