avr-rust / delay

arduino-like delay routines based on busy-wait loops
Apache License 2.0
15 stars 11 forks source link

Fix build: Use the new rust asm! available in rustc 1.63.0-nightly #18

Closed mbuesch closed 2 years ago

mbuesch commented 2 years ago

The old llvm_asm! has been removed. Therefore, it doesn't compile on new rustc anymore.