Skip to content

Commit

Permalink
Remove invalid device_class from twitching_usb_mouse example
Browse files Browse the repository at this point in the history
  • Loading branch information
9names authored and sajattack committed May 16, 2022
1 parent e241dc0 commit 0f279ed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions boards/itsybitsy_m0/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# Unreleased
- Fix issue with twitching_usb_mouse example not working on MacOS

# 0.13.0

- Big rework of board code by copying the code from feather_m0 and implementing the HW differences (both boards are now more similar to each other) and the corresponding examples ([#559](https://github.com/atsamd-rs/atsamd/pull/559))
Expand Down
1 change: 0 additions & 1 deletion boards/itsybitsy_m0/examples/twitching_usb_mouse.rs
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,6 @@ fn main() -> ! {
.manufacturer("Fake company")
.product("Twitchy Mousey")
.serial_number("TEST")
.device_class(0xEF) // misc
.build(),
);
}
Expand Down

0 comments on commit 0f279ed

Please sign in to comment.