mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-16 12:55:23 +01:00
fix ci
This commit is contained in:
parent
948e1fd0fb
commit
e90cf07dd6
3 changed files with 2 additions and 4 deletions
|
|
@ -9,7 +9,6 @@ use rtfm::app;
|
|||
|
||||
app! {
|
||||
//~^ error no associated item named `EXTI33` found for type
|
||||
//~| error no associated item named `EXTI33` found for type
|
||||
device: stm32f103xx,
|
||||
|
||||
tasks: {
|
||||
|
|
|
|||
|
|
@ -39,7 +39,6 @@ fn idle() -> ! {
|
|||
fn exti0(mut ot: &mut Threshold, r: EXTI0::Resources) {
|
||||
r.A.claim(&mut ot, |_a, mut _it| {
|
||||
//~^ error cannot borrow `ot` as mutable more than once at a time
|
||||
//~| error cannot borrow `ot` as mutable more than once at a time
|
||||
// ERROR must use inner token `it` instead of the outer one (`ot`)
|
||||
r.B.claim(&mut ot, |_b, _| {})
|
||||
});
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue