extras: add missing cfg to peripherals macro
This commit is contained in:
parent
a0511e6caa
commit
806ee120ba
@ -7,6 +7,7 @@ macro_rules! peripherals {
|
||||
#[allow(non_camel_case_types)]
|
||||
pub struct $type { _private: () }
|
||||
|
||||
$(#[$cfg])?
|
||||
impl embassy::util::Steal for $type {
|
||||
#[inline]
|
||||
unsafe fn steal() -> Self {
|
||||
|
Loading…
Reference in New Issue
Block a user