Skip to content

Commit 5861363

Browse files
committed
Pre-commit fixes, again
1 parent 8472ae7 commit 5861363

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

shared-bindings/aurora_epaper/aurora_framebuffer.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ static MP_DEFINE_CONST_FUN_OBJ_1(aurora_epaper_framebuffer_get_free_bus_obj, aur
161161
static mp_obj_t aurora_epaper_framebuffer_set_free_bus(mp_obj_t self_in, mp_obj_t free_bus) {
162162
aurora_epaper_framebuffer_obj_t *self = (aurora_epaper_framebuffer_obj_t *)self_in;
163163
common_hal_aurora_epaper_framebuffer_set_free_bus(self, mp_obj_is_true(free_bus));
164-
return mp_const_none;When True the spi bus passed into the device will be freed on deinit. If you have multiple displays this could be used to keep the other active on soft reset.
164+
return mp_const_none;
165165
}
166166
static MP_DEFINE_CONST_FUN_OBJ_2(aurora_epaper_framebuffer_set_free_bus_obj, aurora_epaper_framebuffer_set_free_bus);
167167

0 commit comments

Comments
 (0)