Skip to content

Commit ec55e8b

Browse files
committed
Add workaround for u64 shifts
from rust-lang/rust#82242 (comment)
1 parent 443a797 commit ec55e8b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.cargo/config

Lines changed: 1 addition & 0 deletions
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 = "12_000_000"

0 commit comments

Comments
 (0)