From: johanknol Date: Sat, 1 Sep 2001 08:48:33 +0000 (+0000) Subject: remove some warnings X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=7c3fd44c5bd5a8a4e8c40305b3b55470a2aa2118;p=fw%2Fsdcc remove some warnings git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1201 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- diff --git a/device/lib/ds390/lcd390.c b/device/lib/ds390/lcd390.c index e0fbaf94..18af6ec2 100644 --- a/device/lib/ds390/lcd390.c +++ b/device/lib/ds390/lcd390.c @@ -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() {