Hardware and Software CRC implementation for K64F

Fork of FastCRC by tom dunigan

Revision:
3:1a167cf7f3bb
Parent:
2:8741619dfd64
--- a/CRC_HW.cpp	Wed Nov 23 22:08:34 2016 +0000
+++ b/CRC_HW.cpp	Thu Dec 01 19:32:15 2016 +0000
@@ -106,7 +106,7 @@
  * @param datalen Length of Data
  * @return CRC value
  */
-//#pragma GCC diagnostic ignored "-Wpointer-arith"
+
 uint32_t FastCRC32::update(const uint8_t *data, const uint16_t datalen)
 {