From 7c3fd44c5bd5a8a4e8c40305b3b55470a2aa2118 Mon Sep 17 00:00:00 2001 From: johanknol Date: Sat, 1 Sep 2001 08:48:33 +0000 Subject: [PATCH] remove some warnings git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@1201 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/lib/ds390/lcd390.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() { -- 2.47.2