We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ada0939 commit 53b7c14Copy full SHA for 53b7c14
1 file changed
ports/alif/modmachine.c
@@ -29,6 +29,7 @@
29
30
#define MICROPY_PY_MACHINE_EXTRA_GLOBALS \
31
{ MP_ROM_QSTR(MP_QSTR_Pin), MP_ROM_PTR(&machine_pin_type) }, \
32
+ { MP_ROM_QSTR(MP_QSTR_Timer), MP_ROM_PTR(&machine_timer_type) }, \
33
34
static void mp_machine_idle(void) {
35
mp_event_wait_indefinite();
0 commit comments