diff options
-rw-r--r-- | py/qstr.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -43,7 +43,7 @@ enum { MP_QSTR_number_of, }; -typedef mp_uint_t qstr; +typedef size_t qstr; typedef struct _qstr_pool_t { struct _qstr_pool_t *prev; |
![]() |
index : micropython | |
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems | Aslak Raanes |
summaryrefslogtreecommitdiffstatshomepage |
-rw-r--r-- | py/qstr.h | 2 |
@@ -43,7 +43,7 @@ enum { MP_QSTR_number_of, }; -typedef mp_uint_t qstr; +typedef size_t qstr; typedef struct _qstr_pool_t { struct _qstr_pool_t *prev; |