Skip to content

Commit 12c9917

Browse files
committed
Add workaround for u64 shifts
from rust-lang/rust#82242 (comment)
1 parent 33064f7 commit 12c9917

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ target = "avr-atmega328p.json"
33

44
[unstable]
55
build-std = ["core"]
6+
build-std-features = ["compiler-builtins-mangled-names"] # https://github.com/rust-lang/rust/issues/82242#issuecomment-997400373
67

78
[env]
89
AVR_CPU_FREQUENCY_HZ = "16_000_000"

0 commit comments

Comments
 (0)