Skip to content

Commit ba5b138

Browse files
committed
working on being able to share the SPI Bus
1 parent b22a960 commit ba5b138

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/modlcd_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ mp_obj_t mp_lcd_bus_init(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_a
6969
return mp_const_none;
7070
}
7171

72-
MP_DEFINE_CONST_FUN_OBJ_KW(mp_lcd_bus_init_obj, 6, mp_lcd_bus_init);
72+
MP_DEFINE_CONST_FUN_OBJ_KW(mp_lcd_bus_init_obj, 8, mp_lcd_bus_init);
7373

7474

7575
mp_obj_t mp_lcd_bus_free_framebuffer(size_t n_args, const mp_obj_t *pos_args, mp_map_t *kw_args)

0 commit comments

Comments
 (0)