Searched refs:MICROPY_VERSION_MINOR (Results 1 – 3 of 3) sorted by relevance
31 #define MICROPY_VERSION_MINOR 17 macro37 | MICROPY_VERSION_MINOR << 8 \43 MP_STRINGIFY(MICROPY_VERSION_MINOR) "." \
68 { I(MICROPY_VERSION_MAJOR), I(MICROPY_VERSION_MINOR), I(MICROPY_VERSION_MICRO) }
140 … static const char ver[] = {MICROPY_VERSION_MAJOR, MICROPY_VERSION_MINOR, MICROPY_VERSION_MICRO}; in handle_op()
Completed in 7 milliseconds