mirror of
https://github.com/esp-rs/esp-idf-hal.git
synced 2025-12-29 20:55:39 +00:00
915 B
915 B
Thank you for your contribution!
We appreciate the time and effort you've put into this pull request. To help us review it efficiently, please ensure you've gone through the following checklist:
Submission Checklist 📝
- I have updated existing examples or added new ones (if applicable).
- I have used
cargo fmtcommand to ensure that all changed code is formatted correctly. - I have used
cargo clippycommand to ensure that all changed code passes latest Clippy nightly lints. - My changes were added to the
CHANGELOG.mdin the proper section.
Pull Request Details 📖
Description
Please provide a clear and concise description of your changes, including the motivation behind these changes. The context is crucial for the reviewers.
Testing
Describe how you tested your changes.