aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Michael Watzko <michael@watzko.de> 2018-09-06 00:31:24 +0200
committerGravatar Michael Watzko <michael@watzko.de> 2018-09-06 00:31:24 +0200
commit9b74fda2bc8be68b34160609d3566bd8e3cde3d9 (patch)
tree462c70ab13f0535cee934942342120a319595286
parentb0f5ee6656465ac330676fb982da5e438ee0e511 (diff)
downloadcortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.tar.gz
cortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.tar.zst
cortex-m-9b74fda2bc8be68b34160609d3566bd8e3cde3d9.zip
Remove newline, making the Cargo.toml 'untouched'
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index ea500d4..49d896d 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -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