Skip to content

Conversation

@MabezDev
Copy link
Member

Closes #698

Thank you!

Thank you for your contribution.
Please make sure that your submission includes the following:

Must

  • The code compiles without errors or warnings.
  • All examples work.
  • cargo fmt was run.
  • Your changes were added to the CHANGELOG.md in the proper section.
  • You updated existing examples or added examples (if applicable).
  • Added examples are checked in CI

Nice to have

  • You add a description of your work to this PR.
  • You added proper docs for your newly added features and code.

@MabezDev MabezDev requested review from bjoernQ and jessebraham July 28, 2023 13:18
@bugadani
Copy link
Contributor

Is the #[allow(unused)] necessary on public API? 🤔

@MabezDev
Copy link
Member Author

Is the #[allow(unused)] necessary on public API? 🤔

Thanks, not sure why these were there in the first place, but I've removed them all now.

Copy link
Member

@jessebraham jessebraham left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@jessebraham jessebraham merged commit 2f09116 into esp-rs:main Aug 2, 2023
playfulFence pushed a commit to playfulFence/esp-hal that referenced this pull request Sep 26, 2023
* Add `ClockControl::max` helper

* Add changelog

* remove unneeded allow(unused)

---------

Co-authored-by: Jesse Braham <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add ClockControl::max convenience method

3 participants