initial independent watchdog implementation

This commit is contained in:
Vincent Stakenburg
2022-06-10 16:10:54 +02:00
parent c7703ba17c
commit 5cf3fbece4
2 changed files with 55 additions and 0 deletions

View File

@ -55,6 +55,9 @@ pub mod usb;
#[cfg(any(otgfs, otghs))]
pub mod usb_otg;
#[cfg(iwdg)]
pub mod wdg;
#[cfg(feature = "subghz")]
pub mod subghz;