diff options
author | 2020-01-15 20:24:12 +0100 | |
---|---|---|
committer | 2020-01-15 20:24:12 +0100 | |
commit | 0a668e4181b9bb3df3da2d5c720e3b520dfa6713 (patch) | |
tree | 6e61604f8c8675fe20b5d0482c7805e8362af91c /src/lib.rs | |
parent | b889e4900d0d1fc6ca0a467f1a2ae0680af4953c (diff) | |
download | cortex-m-0a668e4181b9bb3df3da2d5c720e3b520dfa6713.tar.gz cortex-m-0a668e4181b9bb3df3da2d5c720e3b520dfa6713.tar.zst cortex-m-0a668e4181b9bb3df3da2d5c720e3b520dfa6713.zip |
Remove `aligned`, improve ITM code
Diffstat (limited to 'src/lib.rs')
-rw-r--r-- | src/lib.rs | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -50,7 +50,6 @@ // to be applied to the struct). #![deny(clippy::missing_inline_in_public_items)] -extern crate aligned; extern crate bare_metal; extern crate volatile_register; |