Disable CRC lookup table

This commit is contained in:
arendst 2017-11-24 16:30:56 +01:00
parent 869aa4d6fb
commit d93aa17c94

View File

@ -40,7 +40,7 @@
// old versions of OneWire). If you disable this, a slower
// but very compact algorithm is used.
#ifndef ONEWIRE_CRC8_TABLE
#define ONEWIRE_CRC8_TABLE 1
//#define ONEWIRE_CRC8_TABLE 1
#endif
// You can allow 16-bit CRC checks by defining this to 1