Skip to content

Commit 27d985c

Browse files
committed
PimoroniBus: SPIBus fix unused pin arguments.
Fixes #1074.
1 parent 9b3341e commit 27d985c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/modules/pimoroni_bus/pimoroni_bus.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,4 +106,4 @@ mp_obj_t ParallelPins_make_new(const mp_obj_type_t *type, size_t n_args, size_t
106106
return MP_OBJ_FROM_PTR(self);
107107
}
108108

109-
}
109+
}

0 commit comments

Comments
 (0)