mirror of
https://github.com/embassy-rs/embassy.git
synced 2025-02-16 17:02:30 +00:00
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
@ -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 New Issue
Block a user