Send-ness check is now in rtfm-core

This commit is contained in:
Jorge Aparicio 2017-07-27 21:30:24 -05:00
parent b9f50e432e
commit 271df39bdb
3 changed files with 10 additions and 23 deletions

View file

@ -14,7 +14,9 @@ app! {
tasks: {
// ERROR this interrupt doesn't exist
EXTI33: {},
EXTI33: {
path: exti33,
},
},
}
@ -23,3 +25,5 @@ fn init(_p: init::Peripherals) {}
fn idle() -> ! {
loop {}
}
fn exti33() {}