summaryrefslogtreecommitdiff
path: root/firmware/2lib/2crc8.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/2lib/2crc8.c')
-rw-r--r--firmware/2lib/2crc8.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/firmware/2lib/2crc8.c b/firmware/2lib/2crc8.c
index d5284de6..2760f270 100644
--- a/firmware/2lib/2crc8.c
+++ b/firmware/2lib/2crc8.c
@@ -5,8 +5,8 @@
* Very simple 8-bit CRC function.
*/
-#include "2sysincludes.h"
#include "2crc8.h"
+#include "2sysincludes.h"
/* Uses CRC-8 ITU version, with x^8 + x^2 + x + 1 polynomial.
Note that result will evaluate to zero for a buffer of all zeroes. */