Merge pull request #381 from lulf/stm32wl55-subghz
Add HAL for SubGhz peripheral for STM32 WL series
This commit is contained in:
@@ -50,6 +50,9 @@ pub mod spi;
|
||||
#[cfg(usart)]
|
||||
pub mod usart;
|
||||
|
||||
#[cfg(feature = "subghz")]
|
||||
pub mod subghz;
|
||||
|
||||
// This must go last, so that it sees all the impl_foo! macros defined earlier.
|
||||
mod generated {
|
||||
|
||||
|
Reference in New Issue
Block a user