Skip to content

Commit

Permalink
Add workaround for u64 shifts
Browse files Browse the repository at this point in the history
  • Loading branch information
gergoerdi committed Dec 20, 2022
1 parent c1fbdfc commit 749f072
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .cargo/config
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ target = "avr-atmega328p.json"

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

[env]
AVR_CPU_FREQUENCY_HZ = "16_000_000"

0 comments on commit 749f072

Please sign in to comment.