add more defmt features

This commit is contained in:
2025-02-13 14:43:46 +01:00
parent 6e1ae70054
commit 0a31b637e6
8 changed files with 26 additions and 3 deletions

View File

@ -77,6 +77,7 @@ impl InterruptConfig {
pub type IrqCfg = InterruptConfig;
#[derive(Debug, PartialEq, Eq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub struct InvalidPin(pub(crate) ());
/// Can be used to manually manipulate the function select of port pins