summaryrefslogtreecommitdiff
path: root/tools/telechips.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/telechips.h')
-rw-r--r--tools/telechips.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/telechips.h b/tools/telechips.h
index 27e133b7a6..6550af70d0 100644
--- a/tools/telechips.h
+++ b/tools/telechips.h
@@ -24,5 +24,5 @@
24 24
25void telechips_encode_sum(unsigned char* buf, int length); 25void telechips_encode_sum(unsigned char* buf, int length);
26void telechips_encode_crc(unsigned char* buf, int length); 26void telechips_encode_crc(unsigned char* buf, int length);
27 27int telechips_test_crc(unsigned char* buf, int length);
28#endif 28#endif