Skip to content

Commit

Permalink
Use delay with asm
Browse files Browse the repository at this point in the history
Because llvm_asm!  has been replaced by asm!
  • Loading branch information
stappersg authored May 21, 2022
1 parent e6ebb19 commit 73215fd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "ruduino"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
authors = [
"The AVR-Rust Project Developers",
Expand All @@ -29,7 +29,7 @@ all-mcus = []

[dependencies]
avr-config = { version = "2.0", features = ["cpu-frequency"] }
avr_delay = "0.3"
avr_delay = "0.4"
avr-std-stub = { version = "1.0", optional = true }
const_env--value = "0.1"
target-cpu-macro = "0.1"
Expand Down

0 comments on commit 73215fd

Please sign in to comment.