From: kvigor Date: Wed, 11 Oct 2000 22:48:59 +0000 (+0000) Subject: Remove bogus semicolon X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=b25cbe9ded7987b425cc3fe5519efeec705e38f9;p=fw%2Fsdcc Remove bogus semicolon git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@457 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- 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);