diff options
author | 2018-09-06 00:31:24 +0200 | |
---|---|---|
committer | 2018-09-06 00:31:24 +0200 | |
commit | 9b74fda2bc8be68b34160609d3566bd8e3cde3d9 (patch) | |
tree | 462c70ab13f0535cee934942342120a319595286 | |
parent | b0f5ee6656465ac330676fb982da5e438ee0e511 (diff) | |
download | cortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.tar.gz cortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.tar.zst cortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.zip |
Remove newline, making the Cargo.toml 'untouched'
-rw-r--r-- | Cargo.toml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -17,4 +17,4 @@ volatile-register = "0.2.0" [features] cm7-r0p1 = [] const-fn = ["bare-metal/const-fn"] -inline-asm = [] +inline-asm = []
\ No newline at end of file |