aboutsummaryrefslogtreecommitdiff
path: root/rtic-timer/rust-toolchain.toml
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-23 20:57:56 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:33:31 +0100
commit71b5f9438e1beb5fe12b90415d9d6307e79c0cdf (patch)
treed355da4f316ef5162916d99aebe9aa3a47ca7909 /rtic-timer/rust-toolchain.toml
parent0f6ae7c1dd0ce10a83682a922bf68aca9121df1c (diff)
Fixed systick monotonic
Diffstat (limited to 'rtic-timer/rust-toolchain.toml')
-rw-r--r--rtic-timer/rust-toolchain.toml4
1 files changed, 0 insertions, 4 deletions
diff --git a/rtic-timer/rust-toolchain.toml b/rtic-timer/rust-toolchain.toml
deleted file mode 100644
index e28b55d..0000000
--- a/rtic-timer/rust-toolchain.toml
+++ /dev/null
@@ -1,4 +0,0 @@
-[toolchain]
-channel = "nightly"
-components = [ "rust-src", "rustfmt", "llvm-tools-preview" ]
-targets = [ "thumbv6m-none-eabi", "thumbv7m-none-eabi" ]