Skip to content

Commit 7860850

Browse files
committed
debugging code cleanup
1 parent 83d710d commit 7860850

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext_mod/lcd_bus/lcd_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
#if CONFIG_LCD_ENABLE_DEBUG_LOG
4848
#define LCD_DEBUG_PRINT(...) mp_printf(&mp_plat_print, __VA_ARGS__);
4949
#else
50-
#define LCD_DEBUG_PRINT(...);
50+
#define LCD_DEBUG_PRINT(...)
5151
#endif
5252

5353
struct _lcd_panel_io_t {

0 commit comments

Comments
 (0)