diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 29b3cc33b5..30fad4413d 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -352,6 +352,8 @@ Q(getvalue) #if MICROPY_ENABLE_MOD_GC Q(gc) Q(collect) +Q(disable) +Q(enable) #endif #if MICROPY_ENABLE_PROPERTY |