diff options
| author | Tero K <tero.k@granitedevices.fi> | 2016-01-04 12:52:41 +0200 |
|---|---|---|
| committer | Tero K <tero.k@granitedevices.fi> | 2016-01-04 12:52:41 +0200 |
| commit | b912f6291444b32015ff302af6669cf2b760e985 (patch) | |
| tree | dde0730a14cf00db93ea165a5689e3cbe564e8a6 /simplemotion_private.h | |
| parent | 5d68b4d61c13de9ee63530c1ea8bfaf32df3ce51 (diff) | |
| download | SimpleMotionV2-b912f6291444b32015ff302af6669cf2b760e985.tar.gz SimpleMotionV2-b912f6291444b32015ff302af6669cf2b760e985.zip | |
Added smFastUpdateCycle function
Diffstat (limited to 'simplemotion_private.h')
| -rw-r--r-- | simplemotion_private.h | 1 |
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;
|
