embassy-rs / embassy

Modern embedded framework, using Rust and async.
https://embassy.dev
Apache License 2.0
4.81k stars 652 forks source link

HID mouse/keyboard tiny text change #3010

Open Resonanz opened 1 month ago

Resonanz commented 1 month ago

This file on line 35 says "keyboard" rather than "mouse":

https://github.com/embassy-rs/embassy/blob/main/examples/rp/src/bin/usb_hid_mouse.rs

Dirbaio commented 1 month ago

can you send a PR?