diff options
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -715,6 +715,7 @@ macro_rules! peripherals { },)+ }) => { $( + #[allow(private_no_mangle_statics)] #[no_mangle] static $PERIPHERAL: $crate::Peripheral<::$device::$RegisterBlock, $crate::$C> = |