From b25cbe9ded7987b425cc3fe5519efeec705e38f9 Mon Sep 17 00:00:00 2001 From: kvigor Date: Wed, 11 Oct 2000 22:48:59 +0000 Subject: [PATCH] Remove bogus semicolon git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@457 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/ds390/i2c390/pcf8591.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/examples/ds390/i2c390/pcf8591.h b/device/examples/ds390/i2c390/pcf8591.h index 60f3f9c4..72f10b5a 100644 --- a/device/examples/ds390/i2c390/pcf8591.h +++ b/device/examples/ds390/i2c390/pcf8591.h @@ -1,2 +1,2 @@ -#define PCF8591_ID 0x90; +#define PCF8591_ID 0x90 extern unsigned char ReadPCF8591(char address, char channel); -- 2.30.2