Skip to content

Commit 3f8bb80

Browse files
committed
cc3200/mods/pybspi: Remove SPI.MASTER constant, it's no longer needed.
1 parent 7602dc5 commit 3f8bb80

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

cc3200/mods/pybspi.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,6 @@ STATIC const mp_map_elem_t pyb_spi_locals_dict_table[] = {
373373
{ MP_OBJ_NEW_QSTR(MP_QSTR_write_readinto), (mp_obj_t)&pyb_spi_write_readinto_obj },
374374

375375
// class constants
376-
{ MP_OBJ_NEW_QSTR(MP_QSTR_MASTER), MP_OBJ_NEW_SMALL_INT(SPI_MODE_MASTER) },
377376
{ MP_OBJ_NEW_QSTR(MP_QSTR_MSB), MP_OBJ_NEW_SMALL_INT(PYBSPI_FIRST_BIT_MSB) },
378377
};
379378

0 commit comments

Comments
 (0)