aboutsummaryrefslogtreecommitdiff
path: root/simplemotion_private.h
diff options
context:
space:
mode:
authorTero K <tero.k@granitedevices.fi>2016-01-04 12:52:41 +0200
committerTero K <tero.k@granitedevices.fi>2016-01-04 12:52:41 +0200
commitb912f6291444b32015ff302af6669cf2b760e985 (patch)
treedde0730a14cf00db93ea165a5689e3cbe564e8a6 /simplemotion_private.h
parent5d68b4d61c13de9ee63530c1ea8bfaf32df3ce51 (diff)
downloadSimpleMotionV2-b912f6291444b32015ff302af6669cf2b760e985.tar.gz
SimpleMotionV2-b912f6291444b32015ff302af6669cf2b760e985.zip
Added smFastUpdateCycle function
Diffstat (limited to 'simplemotion_private.h')
-rw-r--r--simplemotion_private.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/simplemotion_private.h b/simplemotion_private.h
index 9cfdabc..d1e37a3 100644
--- a/simplemotion_private.h
+++ b/simplemotion_private.h
@@ -38,6 +38,7 @@
extern const smuint8 table_crc16_hi[];
extern const smuint8 table_crc16_lo[];
+extern const smuint8 table_crc8[];
extern FILE *smDebugOut; //such as stderr or file handle. if NULL, debug info disbled
extern smuint16 readTimeoutMs;