Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Impl more standard traits for error types #691

Merged
merged 2 commits into from
Jun 10, 2023

Conversation

jbeaurivage
Copy link
Contributor

@jbeaurivage jbeaurivage commented Jun 9, 2023

Summary

Implement Debug, Clone, Copy, Eq, PartialEq for various HAL error types.

Checklist

  • CHANGELOG.md for the BSP or HAL updated
  • All new or modified code is well documented, especially public items
  • No new warnings or clippy suggestions have been introduced (see CI or check locally)

@jbeaurivage jbeaurivage merged commit 063fd8f into atsamd-rs:master Jun 10, 2023
@jbeaurivage jbeaurivage deleted the impl-error-traits branch June 10, 2023 13:12
benvonhandorf pushed a commit to benvonhandorf/atsamd that referenced this pull request Nov 29, 2023
* Debug, Clone, Copy, Eq, PartialEq for all errors types
benvonhandorf pushed a commit to benvonhandorf/atsamd that referenced this pull request Nov 29, 2023
* Debug, Clone, Copy, Eq, PartialEq for all errors types
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.

2 participants