Use delay with asm
Because llvm_asm! has been replaced by asm!
This commit is contained in:
parent
e6ebb19037
commit
73215fda85
|
@ -6,7 +6,7 @@ members = [
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "ruduino"
|
name = "ruduino"
|
||||||
version = "0.3.2"
|
version = "0.3.3"
|
||||||
edition = "2018"
|
edition = "2018"
|
||||||
authors = [
|
authors = [
|
||||||
"The AVR-Rust Project Developers",
|
"The AVR-Rust Project Developers",
|
||||||
|
@ -29,7 +29,7 @@ all-mcus = []
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
avr-config = { version = "2.0", features = ["cpu-frequency"] }
|
avr-config = { version = "2.0", features = ["cpu-frequency"] }
|
||||||
avr_delay = "0.3"
|
avr_delay = "0.4"
|
||||||
avr-std-stub = { version = "1.0", optional = true }
|
avr-std-stub = { version = "1.0", optional = true }
|
||||||
const_env--value = "0.1"
|
const_env--value = "0.1"
|
||||||
target-cpu-macro = "0.1"
|
target-cpu-macro = "0.1"
|
||||||
|
|
Loading…
Reference in New Issue