Skip to content

Commit

Permalink
Merge pull request #348 from stm32-rs/bxcan
Browse files Browse the repository at this point in the history
bxcan update
  • Loading branch information
burrbull authored Jul 27, 2021
2 parents 4a3d23b + ada6a77 commit adc4e8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

### Changed

- Updated `bxcan` dependency
- Change internal implementation of pins using const generics
- Use `cortex-m-rtic` instead of `cortex-m-rtfm` in the examples
- Renamed `serial`'s `RxDma`/`TxDma`'s `split` method into `release`
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ nb = "0.1.2"
cortex-m-rt = "0.6.8"
stm32f1 = "0.11.0"
embedded-dma = "0.1.2"
bxcan = "0.4.0"
bxcan = ">=0.4, <0.6"

[dependencies.void]
default-features = false
Expand Down

0 comments on commit adc4e8c

Please sign in to comment.