We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7921f0 commit fcff572Copy full SHA for fcff572
src/modm/math/utils/crc.hpp
@@ -14,7 +14,7 @@
14
#include <stdint.h>
15
#include <stddef.h>
16
#ifdef __AVR__
17
-#include <avr/crc16.h>
+#include <util/crc16.h>
18
#endif
19
20
namespace modm::math
0 commit comments