Skip to content

Commit 971cba9

Browse files
committed
adds pissing }
1 parent 8656fc1 commit 971cba9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ext_mod/lcd_bus/esp32_src/rgb_bus_rotation.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@
137137

138138
void rgb_bus_copy_task(void *self_in) {
139139
printf("rgb_bus_copy_task - STARTED\n");
140-
140+
141141
mp_lcd_rgb_bus_obj_t *self = (mp_lcd_rgb_bus_obj_t *)self_in;
142142

143143
copy_func_cb_t func;
@@ -204,6 +204,7 @@
204204

205205
mp_thread_set_state(old_state);
206206
}
207+
}
207208

208209
if (rgb_bus_event_isset(&self->last_update)) {
209210
rgb_bus_event_clear(&self->last_update);

0 commit comments

Comments
 (0)