mirror of
https://github.com/micropython/micropython.git
synced 2026-01-04 19:20:22 +01:00
Correct file reference (there's no qstrraw.h)
This commit is contained in:
@@ -24,7 +24,7 @@
|
||||
* THE SOFTWARE.
|
||||
*/
|
||||
|
||||
// See qstrraw.h for a list of qstr's that are available as constants.
|
||||
// See qstrdefs.h for a list of qstr's that are available as constants.
|
||||
// Reference them as MP_QSTR_xxxx.
|
||||
//
|
||||
// Note: it would be possible to define MP_QSTR_xxx as qstr_from_str_static("xxx")
|
||||
|
||||
Reference in New Issue
Block a user