aboutsummaryrefslogtreecommitdiffstats
path: root/drv.c
diff options
context:
space:
mode:
Diffstat (limited to 'drv.c')
-rw-r--r--drv.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/drv.c b/drv.c
index ae0b5b3..d02ed1e 100644
--- a/drv.c
+++ b/drv.c
@@ -110,7 +110,7 @@ DRIVER *Driver[] = {
#ifdef WITH_HD44780
&drv_HD44780,
#endif
-#if (defined (WITH_PNG) || defined(WITH_PPM)) && defined(WITH_GD)
+#if (defined(WITH_PNG) && defined(WITH_GD)) || defined(WITH_PPM)
&drv_Image,
#endif
#ifdef WITH_LCD2USB
@@ -149,7 +149,6 @@ DRIVER *Driver[] = {
#ifdef WITH_picoLCD
&drv_picoLCD,
#endif
-
#ifdef WITH_ROUTERBOARD
&drv_RouterBoard,
#endif