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 04890a800f..514116b65d 100644 --- a/py/qstrdefs.h +++ b/py/qstrdefs.h @@ -29,6 +29,10 @@ // All the qstr definitions in this file are available as constants. // 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) + +Q() Q(*) Q(__build_class__) Q(__class__) |