aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Jorge Aparicio <jorge@japaric.io> 2017-04-25 15:27:34 -0500
committerGravatar Jorge Aparicio <jorge@japaric.io> 2017-04-25 17:42:34 -0500
commitf9ada3f7f45c1370b38a369a64dca4535cdb543c (patch)
tree6e06d6317632de69ef0266ecd5714fc2c4022887
parent8659ecea720193ab7e6d760f5948635be5b940d4 (diff)
downloadrtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.tar.gz
rtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.tar.zst
rtic-f9ada3f7f45c1370b38a369a64dca4535cdb543c.zip
ignore no_mangle related warning
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index 0b1c1fe9..7edc89a5 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -715,6 +715,7 @@ macro_rules! peripherals {
},)+
}) => {
$(
+ #[allow(private_no_mangle_statics)]
#[no_mangle]
static $PERIPHERAL:
$crate::Peripheral<::$device::$RegisterBlock, $crate::$C> =