Skip to content

Commit d95f1a5

Browse files
committed
Fix CPU frequency env var in config.toml
Fixes #41
1 parent 872e48d commit d95f1a5

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cargo/config.toml

+1-2
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,4 @@ build-std = ["core"]
66

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

0 commit comments

Comments
 (0)