dynpin defmt bugfix

This commit is contained in:
2025-02-12 13:46:53 +01:00
parent e869355960
commit 066d91aee5
2 changed files with 4 additions and 0 deletions

View File

@ -17,6 +17,7 @@ pub mod typelevel;
pub mod uart;
#[derive(Debug, Eq, Copy, Clone, PartialEq)]
#[cfg_attr(feature = "defmt", derive(defmt::Format))]
pub enum FunSel {
Sel1 = 0b01,
Sel2 = 0b10,