From ae2ee4f386cafa4c65e6e4c9c30e486d87178075 Mon Sep 17 00:00:00 2001 From: Astro <astro@spaceboyz.net> Date: Thu, 22 Aug 2019 20:02:06 +0200 Subject: [PATCH] die eabihf, die --- example/.cargo/config | 2 +- rkanoid/.cargo/config | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/example/.cargo/config b/example/.cargo/config index ce93b2d0..7a0149c7 100644 --- a/example/.cargo/config +++ b/example/.cargo/config @@ -6,5 +6,5 @@ rustflags = [ ] [build] -target = "thumbv7em-none-eabi" # Cortex-M4F and Cortex-M7F (with FPU) +target = "thumbv7em-none-eabi" diff --git a/rkanoid/.cargo/config b/rkanoid/.cargo/config index edac1039..55966dfc 100644 --- a/rkanoid/.cargo/config +++ b/rkanoid/.cargo/config @@ -6,4 +6,4 @@ rustflags = [ ] [build] -target = "thumbv7em-none-eabi" # Cortex-M4F and Cortex-M7F (with FPU) +target = "thumbv7em-none-eabi" -- GitLab