File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -510,7 +510,6 @@ STATIC const mp_map_elem_t pyb_timer_locals_dict_table[] = {
510510 // class constants
511511 { MP_OBJ_NEW_QSTR (MP_QSTR_A ), MP_OBJ_NEW_SMALL_INT (TIMER_A ) },
512512 { MP_OBJ_NEW_QSTR (MP_QSTR_B ), MP_OBJ_NEW_SMALL_INT (TIMER_B ) },
513- { MP_OBJ_NEW_QSTR (MP_QSTR_AB ), MP_OBJ_NEW_SMALL_INT (TIMER_A | TIMER_B ) },
514513 { MP_OBJ_NEW_QSTR (MP_QSTR_ONE_SHOT ), MP_OBJ_NEW_SMALL_INT (TIMER_CFG_A_ONE_SHOT ) },
515514 { MP_OBJ_NEW_QSTR (MP_QSTR_PERIODIC ), MP_OBJ_NEW_SMALL_INT (TIMER_CFG_A_PERIODIC ) },
516515 { MP_OBJ_NEW_QSTR (MP_QSTR_EDGE_COUNT ), MP_OBJ_NEW_SMALL_INT (TIMER_CFG_A_CAP_COUNT ) },
Original file line number Diff line number Diff line change @@ -348,7 +348,6 @@ Q(event_count)
348348Q (event_time )
349349Q (A )
350350Q (B )
351- Q (AB )
352351Q (ONE_SHOT )
353352Q (PERIODIC )
354353Q (EDGE_COUNT )
You can’t perform that action at this time.
0 commit comments