Searched refs:MICROPY_VERSION_MAJOR (Results 1 – 3 of 3) sorted by relevance
30 #define MICROPY_VERSION_MAJOR 1 macro36 MICROPY_VERSION_MAJOR << 16 \42 MP_STRINGIFY(MICROPY_VERSION_MAJOR) "." \
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