Skip to content

Commit 21e2bfc

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

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.cargo/config.toml

Lines changed: 1 addition & 2 deletions
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 = "16000000"

0 commit comments

Comments
 (0)