Skip to content

Commit

Permalink
Updates the CHANGELOG.md and fixes a trivial clippy warning.
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Whitman committed Oct 8, 2024
1 parent c342d5c commit 764a1d3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions boards/pygamer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

# v0.10.0

update PAC references for item name name changes (#756)
- remove neopixel support and examples (currently unreliable)
- update HAL v0.14 -> v0.17 and other dependencies, fix examples
- update path of Cargo config
Expand Down
1 change: 0 additions & 1 deletion boards/pygamer/src/buttons.rs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ impl Iterator for ButtonIter {
}

/// Button pins

pub struct ButtonReader {
/// Button Latch
pub latch: ButtonLatch,
Expand Down

0 comments on commit 764a1d3

Please sign in to comment.