diff options
Diffstat (limited to 'py/qstrdefs.h')
-rw-r--r-- | py/qstrdefs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py/qstrdefs.h b/py/qstrdefs.h index 514116b65d..71a523c2d6 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -30,7 +30,7 @@ // That is, they are in ROM and you can reference them simply as MP_QSTR_xxxx. // qstr configuration passed to makeqstrdata.py of the form QCFG(key, value) -//QCFG(somekey, somevalue) +QCFG(BYTES_IN_LEN, MICROPY_QSTR_BYTES_IN_LEN) Q() Q(*) |