Sync subghz peripheral support with stm32wlxx-hal

This commit is contained in:
Ulf Lilleengen
2022-06-14 16:22:02 +02:00
parent 624e46ccfb
commit 3696226fe8
24 changed files with 418 additions and 979 deletions

View File

@ -27,7 +27,7 @@ impl Default for FallbackMode {
/// # Example
///
/// ```
/// use stm32wl_hal::subghz::FallbackMode;
/// use stm32wlxx_hal::subghz::FallbackMode;
///
/// assert_eq!(FallbackMode::default(), FallbackMode::Standby);
/// ```