Use delay with asm

Because llvm_asm!  has been replaced by asm!
This commit is contained in:
Geert Stappers 2022-05-21 10:36:41 +02:00 committed by GitHub
parent e6ebb19037
commit 73215fda85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ members = [
[package]
name = "ruduino"
version = "0.3.2"
version = "0.3.3"
edition = "2018"
authors = [
"The AVR-Rust Project Developers",
@ -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"