Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 0e31de1

Browse files
committedJun 10, 2025·
Fixes debug message
1 parent 88ba1cf commit 0e31de1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎ext_mod/lcd_bus/esp32_src/rgb_bus_rotation.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@
307307
exit = rgb_bus_event_isset(&self->copy_task_exit);
308308
}
309309

310-
LCD_DEBUG_PRINT(&mp_plat_print, "rgb_bus_copy_task - STOPPED\n")
310+
LCD_DEBUG_PRINT("rgb_bus_copy_task - STOPPED\n")
311311
}
312312

313313

0 commit comments

Comments
 (0)
Please sign in to comment.