diff --git a/boards/itsybitsy_m0/CHANGELOG.md b/boards/itsybitsy_m0/CHANGELOG.md index 35922cde420..9c2d46bedfb 100644 --- a/boards/itsybitsy_m0/CHANGELOG.md +++ b/boards/itsybitsy_m0/CHANGELOG.md @@ -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)) diff --git a/boards/itsybitsy_m0/examples/twitching_usb_mouse.rs b/boards/itsybitsy_m0/examples/twitching_usb_mouse.rs index 3f51fcc5dc4..d83b4daea44 100644 --- a/boards/itsybitsy_m0/examples/twitching_usb_mouse.rs +++ b/boards/itsybitsy_m0/examples/twitching_usb_mouse.rs @@ -57,7 +57,6 @@ fn main() -> ! { .manufacturer("Fake company") .product("Twitchy Mousey") .serial_number("TEST") - .device_class(0xEF) // misc .build(), ); }