#include <reg51.h> is replaced by #include <8051.h>
authorbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Jun 2001 06:14:08 +0000 (06:14 +0000)
committerbela <bela@4a8a32a2-be11-0410-ad9d-d568d2c75423>
Thu, 14 Jun 2001 06:14:08 +0000 (06:14 +0000)
git-svn-id: https://sdcc.svn.sourceforge.net/svnroot/sdcc/trunk/sdcc@888 4a8a32a2-be11-0410-ad9d-d568d2c75423

device/examples/crcs.c

index 7736d5089dd4728ae793a18eb2e91265ee347e1b..5398a39a1eecba2941ab44713c803c5b8dc9931e 100644 (file)
@@ -1,4 +1,4 @@
-#include <reg51.h>
+#include <8051.h>
 typedef unsigned char byte;
 
 byte accum_checksum(byte cs, byte val)