mirror of
https://github.com/italicsjenga/rp-hal-boards.git
synced 2025-01-23 01:36:35 +11:00
Set device_class of twitchy_mouse example to 0
This fixes the mouse on Mac. Closes #327
This commit is contained in:
parent
27509090bf
commit
db1b5d36b5
1 changed files with 1 additions and 1 deletions
|
@ -113,7 +113,7 @@ fn main() -> ! {
|
|||
.manufacturer("Fake company")
|
||||
.product("Twitchy Mousey")
|
||||
.serial_number("TEST")
|
||||
.device_class(0xEF) // misc
|
||||
.device_class(0)
|
||||
.build();
|
||||
unsafe {
|
||||
// Note (safety): This is safe as interrupts haven't been started yet
|
||||
|
|
Loading…
Add table
Reference in a new issue