diff options
author | 2017-04-25 15:27:34 -0500 | |
---|---|---|
committer | 2017-04-25 17:42:34 -0500 | |
commit | f9ada3f7f45c1370b38a369a64dca4535cdb543c (patch) | |
tree | 6e06d6317632de69ef0266ecd5714fc2c4022887 | |
parent | 8659ecea720193ab7e6d760f5948635be5b940d4 (diff) | |
download | rtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.tar.gz rtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.tar.zst rtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.zip |
ignore no_mangle related warning
-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> = |