summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDamien George <damien@micropython.org>2023-12-14 19:21:27 +1100
committerDamien George <damien@micropython.org>2023-12-18 12:20:47 +1100
commita78ec4ef7b1fed5faa7fad9cc8d4c0b46af6d3c4 (patch)
tree5f6e3766e30ffe136c4e511bf4647bd5c11efa20
parent1f2ec4583d9095b49c0f775db74b2ceb49f12946 (diff)
rp2/mpconfigport: Enable MICROPY_PY_OS_DUPTERM_NOTIFY.
Signed-off-by: Damien George <damien@micropython.org>
-rw-r--r--ports/rp2/mpconfigport.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ports/rp2/mpconfigport.h b/ports/rp2/mpconfigport.h
index b349e0d67..1cc9b9616 100644
--- a/ports/rp2/mpconfigport.h
+++ b/ports/rp2/mpconfigport.h
@@ -98,6 +98,7 @@
#define MICROPY_PY_OS_INCLUDEFILE "ports/rp2/modos.c"
#ifndef MICROPY_PY_OS_DUPTERM
#define MICROPY_PY_OS_DUPTERM (1)
+#define MICROPY_PY_OS_DUPTERM_NOTIFY (1)
#endif
#define MICROPY_PY_OS_SYNC (1)
#define MICROPY_PY_OS_UNAME (1)