summaryrefslogtreecommitdiff
path: root/nuttx/configs/compal_e99/src/ssd1783.c
diff options
context:
space:
mode:
Diffstat (limited to 'nuttx/configs/compal_e99/src/ssd1783.c')
-rw-r--r--nuttx/configs/compal_e99/src/ssd1783.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/nuttx/configs/compal_e99/src/ssd1783.c b/nuttx/configs/compal_e99/src/ssd1783.c
index ac7f8b13c..64ed6a2e7 100644
--- a/nuttx/configs/compal_e99/src/ssd1783.c
+++ b/nuttx/configs/compal_e99/src/ssd1783.c
@@ -65,8 +65,9 @@
# define LCD_YRES 67
/* Debug ******************************************************************************/
+
#ifdef CONFIG_DEBUG_LCD
-# define lcddbg(format, arg...) vdbg(format, ##arg)
+# define lcddbg(format, ...) vdbg(format, ##__VA_ARGS__)
#else
# define lcddbg(x...)
#endif