diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 483c753774..3be6168a8f 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -665,3 +665,7 @@ Q(writeblocks) Q(sync) Q(count) #endif + +#if MICROPY_PY_OS_DUPTERM +Q(dupterm) +#endif |