We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83d710d commit 7860850Copy full SHA for 7860850
ext_mod/lcd_bus/lcd_types.h
@@ -47,7 +47,7 @@
47
#if CONFIG_LCD_ENABLE_DEBUG_LOG
48
#define LCD_DEBUG_PRINT(...) mp_printf(&mp_plat_print, __VA_ARGS__);
49
#else
50
- #define LCD_DEBUG_PRINT(...);
+ #define LCD_DEBUG_PRINT(...)
51
#endif
52
53
struct _lcd_panel_io_t {
0 commit comments