stm32: add usb_hid_mouse example
Signed-off-by: Vo Trung Chi <chi.votrung@vn.bosch.com>
This commit is contained in:
parent
61653229b6
commit
5d53348c76
1 changed files with 3 additions and 3 deletions
|
@ -119,9 +119,9 @@ async fn main(_spawner: Spawner) {
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
// Run everything concurrently.
|
// Run everything concurrently.
|
||||||
// If we had made everything `'static` above instead, we could do this using separate tasks instead.
|
// If we had made everything `'static` above instead, we could do this using separate tasks instead.
|
||||||
join(usb_fut, hid_fut).await;
|
join(usb_fut, hid_fut).await;
|
||||||
}
|
}
|
||||||
|
|
||||||
struct MyRequestHandler {}
|
struct MyRequestHandler {}
|
||||||
|
|
Loading…
Reference in a new issue