Skip to content

Commit

Permalink
fix changelog some more
Browse files Browse the repository at this point in the history
  • Loading branch information
ptpaterson committed Jan 6, 2024
1 parent a72fb02 commit 1755e1a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- ESP32-C6: Implement deep sleep (#918)

### Changed
- Added inherent implementations for TWAI transmit and receive
- Added inherent `transmit` and `receive` methods for `Twai`. `embedded-hal` `Can` trait is no longer needed in scope. (#951)

### Fixed

Expand Down Expand Up @@ -63,8 +65,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Relevant interrupts are now auto enabled in `embassy::init` (#1014).
- Set up interrupts for the DMA and async enabled peripherals only when `async` feature is provided (#1042)
- S2 / S3: Don't require GPIO 18 to create a USB peripheral driver instance (#990)
- Added inherent implementations for TWAI transmit and receive
- Added inherent `transmit` and `receive` methods for `Twai`. `embedded-hal` `Can` trait is no longer needed in scope. (#951)

### Fixed

Expand Down

0 comments on commit 1755e1a

Please sign in to comment.