Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
bugadani committed Oct 16, 2024
1 parent 9414b09 commit 40cb17c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions esp-hal/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]

### Added
- Add burst transfer support to DMA buffers (#2236)

- Add burst transfer support to DMA buffers (#2236)
- `AnyPin` now implements `From<GpioPin<N>>`. (#2326)
- Added `degrade` function for SPI instances (SPI2, SPI3) to obtain `AnySpi`. (#2334)

- `Pins::steal()` to unsafely obtain GPIO. (#2335)

### Changed
Expand Down
2 changes: 1 addition & 1 deletion esp-hal/MIGRATING-0.21.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ peripherals:
```

Note that you may still specify the instance if you need to. To do this, we provide `_typed`
versions of the constructors (for example: `new_typed`, `new_half_duplkex_typed`). Please note that
versions of the constructors (for example: `new_typed`, `new_half_duplex_typed`). Please note that
the peripheral instance has been moved to the last generic parameter position.

```rust
Expand Down

0 comments on commit 40cb17c

Please sign in to comment.