Merge branch 'main' of https://egit.irs.uni-stuttgart.de/rust/va108xx-hal
Some checks failed
Rust/va108xx-hal/pipeline/head There was a failure building this commit

This commit is contained in:
Robin Müller 2023-01-11 00:39:24 +01:00
commit 6131458a13

View File

@ -150,7 +150,7 @@ pub enum DynGroup {
} }
/// Value-level `struct` representing pin IDs /// Value-level `struct` representing pin IDs
#[derive(PartialEq, Clone, Copy)] #[derive(PartialEq, Eq, Clone, Copy)]
pub struct DynPinId { pub struct DynPinId {
pub group: DynGroup, pub group: DynGroup,
pub num: u8, pub num: u8,