Skip to content

Commit

Permalink
Restore #[derive(Debug)]
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeechey committed Oct 25, 2024
1 parent f3ba285 commit 5e9ea3e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/io/src/i2c.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/// I2C errors that can occur
/// From: https://docs.embassy.dev/embassy-stm32/git/stm32g031c8/i2c/enum.Error.html
#[derive(Debug)]
pub enum I2cError {
Bus,
Arbitration,
Expand Down

0 comments on commit 5e9ea3e

Please sign in to comment.