remove some warnings
[fw/sdcc] / device / lib / ds390 / lcd390.c
index e0fbaf94863321989701a13f3ad5104fa16834d5..18af6ec2bffc14900b9bcd55e6b8ddfd3ea831d4 100644 (file)
@@ -51,12 +51,12 @@ xdata at 0x38000b static unsigned char lcdDrd;
 
 #define LcdWait { while (lcdIrd&0x80) ; }
 
-#else ifdef LCD_RW
+#else // ifdef LCD_RW
 
 // wait for 100us
 #define LcdWait { ClockMicroSecondsDelay(100) ; }
 
-#endif ifdef LCD_RW
+#endif // ifdef LCD_RW
 
 void LcdInit() {