Skip to content

Commit

Permalink
Add changelog entry for pwm input gpio fix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
gbip authored and therealprof committed Apr 27, 2019
1 parent ba78914 commit ed78fcb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/).
- Add methods `stop`, `release` and `clear_update_interrupt_flag` to `Timer` (`clear_update_interrupt_flag` does not apply to `Timer<SYST>`)
- Add timer interrupt example using RTFM
- Implement IndependentWatchdog for the IWDG peripheral
- Fix gpio misconfiguration when using a timer in pwm input mode. Now the gpio has to be configured in floating input mode.

### Changed

Expand Down

0 comments on commit ed78fcb

Please sign in to comment.