Skip to content

Commit

Permalink
riot-rs-embassy: derive(Debug) for DefinePeripheralsError
Browse files Browse the repository at this point in the history
  • Loading branch information
kaspar030 committed Jan 25, 2024
1 parent f60c70b commit af0e1f9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/riot-rs-embassy/src/define_peripherals.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ macro_rules! define_peripherals {
}
}

#[derive(Debug)]
pub enum DefinePeripheralsError {
TakingPeripheral,
}

0 comments on commit af0e1f9

Please sign in to comment.