We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 872e48d commit d95f1a5Copy full SHA for d95f1a5
.cargo/config.toml
@@ -6,5 +6,4 @@ build-std = ["core"]
6
7
# Cargo versions before 2021-02-23 won't recognize this: https://github.com/rust-lang/cargo/pull/9175
8
[env]
9
-## AVR_CPU_FREQUENCY_HZ = 16000000
10
-## because https://github.com/avr-rust/blink/issues/41
+AVR_CPU_FREQUENCY_HZ = "16_000_000"
0 commit comments