aboutsummaryrefslogtreecommitdiff
path: root/.cargo
diff options
context:
space:
mode:
Diffstat (limited to '.cargo')
-rw-r--r--.cargo/config5
1 files changed, 1 insertions, 4 deletions
diff --git a/.cargo/config b/.cargo/config
index 2683610..d095766 100644
--- a/.cargo/config
+++ b/.cargo/config
@@ -7,7 +7,4 @@ runner = "qemu-system-arm -cpu cortex-m3 -machine lm3s6965evb -nographic -semiho
[target.'cfg(all(target_arch = "arm", target_os = "none"))']
rustflags = [
"-C", "link-arg=-Tlink.x",
-]
-
-[build]
-target = "thumbv7m-none-eabi" \ No newline at end of file
+] \ No newline at end of file