mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
make cfail test actually fail
This commit is contained in:
parent
c749979c45
commit
72f0cc505a
2 changed files with 11 additions and 5 deletions
|
|
@ -12,8 +12,8 @@ const APP: () = {
|
|||
#[init]
|
||||
fn init() {}
|
||||
|
||||
#[interrupt(binds = UART0)]
|
||||
fn foo() {} //~ ERROR free interrupts (`extern { .. }`) can't be used as interrupt handlers
|
||||
#[interrupt(binds = UART0)] //~ ERROR free interrupts (`extern { .. }`) can't be used as interrupt handlers
|
||||
fn foo() {}
|
||||
|
||||
extern "C" {
|
||||
fn UART0();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue