Skip to content

Commit 2c9c957

Browse files
committed
corrects debug string
1 parent d0cc42e commit 2c9c957

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/src/esp32/rgb_bus.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -410,7 +410,7 @@
410410
LCD_DEBUG_PRINT("fb_in_psram=%d\n", self->panel_io_config->flags.fb_in_psram)
411411
LCD_DEBUG_PRINT("double_fb=%d\n", self->panel_io_config->flags.double_fb)
412412
LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n", data->rgb565_swap)
413-
LCD_DEBUG_PRINT("rgb565_byte_swap=%d\n", self->panel_io_config->num_fbs)
413+
LCD_DEBUG_PRINT("num_fbs=%d\n", self->panel_io_config->num_fbs)
414414

415415
return LCD_OK;
416416
}

0 commit comments

Comments
 (0)