Closed
Description
I'm pretty sure the llvm_asm invocation should be marked as volatile like
unsafe {llvm_asm!("1: sbiw $0,1
brne 1b"
:
: "w" (0)
:
: "volatile")}
This could potentially explain #11 and avr-rust/blink#34 but I don't have an AVR device set up to test with.
Metadata
Metadata
Assignees
Labels
No labels