Skip to content

Commit fcff572

Browse files
strongly-typedsalkinium
authored andcommitted
[avr] Adjust file path of crc16.h as it has moved
1 parent f7921f0 commit fcff572

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modm/math/utils/crc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
#include <stdint.h>
1515
#include <stddef.h>
1616
#ifdef __AVR__
17-
#include <avr/crc16.h>
17+
#include <util/crc16.h>
1818
#endif
1919

2020
namespace modm::math

0 commit comments

Comments
 (0)