Skip to content

Commit

Permalink
Merge pull request #45 from rockboynton/master
Browse files Browse the repository at this point in the history
Fix CPU frequency env var in config.toml
  • Loading branch information
stappersg authored Jun 28, 2022
2 parents 3ffb720 + d95f1a5 commit 49654b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .cargo/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ build-std = ["core"]

# Cargo versions before 2021-02-23 won't recognize this: https://github.com/rust-lang/cargo/pull/9175
[env]
## AVR_CPU_FREQUENCY_HZ = 16000000
## because https://github.com/avr-rust/blink/issues/41
AVR_CPU_FREQUENCY_HZ = "16_000_000"

0 comments on commit 49654b9

Please sign in to comment.