Skip to content

Commit 33864ba

Browse files
committed
More whitespace changes for doc generation
1 parent db188d5 commit 33864ba

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

shared-bindings/aurora_epaper/aurora_framebuffer.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -147,9 +147,9 @@ static mp_obj_t aurora_epaper_frambuffer_set_temperature(mp_obj_t self_in, mp_ob
147147
static MP_DEFINE_CONST_FUN_OBJ_2(aurora_epaper_frambuffer_set_temperature_obj, aurora_epaper_frambuffer_set_temperature);
148148

149149
//| free_bus: bool
150-
//| """When True the spi bus passed into the device will be freed on deinit.
151-
//| If you have multiple displays this could be used to keep the other active on soft reset."""
152-
//| ...
150+
//| """When True the spi bus passed into the device will be freed on deinit.
151+
//| If you have multiple displays this could be used to keep the other active on soft reset."""
152+
//| ...
153153
static mp_obj_t aurora_epaper_framebuffer_get_free_bus(mp_obj_t self_in) {
154154
aurora_epaper_framebuffer_obj_t *self = (aurora_epaper_framebuffer_obj_t *)self_in;
155155
return mp_obj_new_bool(self->free_bus);

0 commit comments

Comments
 (0)