X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=device%2Fexamples%2Fcrcs.c;h=5398a39a1eecba2941ab44713c803c5b8dc9931e;hb=eae1bd2f705a2c61e143c539f8c4d1e9c2b4efe6;hp=7736d5089dd4728ae793a18eb2e91265ee347e1b;hpb=b09af35f2f1cde7649d3ac4a6f5d2af6d97895a0;p=fw%2Fsdcc 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)