From 37160cfcba266dc93cd88e8b35132c8e6b25cfcb Mon Sep 17 00:00:00 2001 From: bela Date: Thu, 14 Jun 2001 06:14:08 +0000 Subject: [PATCH] #include is replaced by #include <8051.h> git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@888 4a8a32a2-be11-0410-ad9d-d568d2c75423 --- device/examples/crcs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/device/examples/crcs.c b/device/examples/crcs.c index 7736d508..5398a39a 100644 --- a/device/examples/crcs.c +++ b/device/examples/crcs.c @@ -1,4 +1,4 @@ -#include +#include <8051.h> typedef unsigned char byte; byte accum_checksum(byte cs, byte val) -- 2.30.2