From e06fb371246dea5c1c9ba515589d22d27a7020ca Mon Sep 17 00:00:00 2001
From: Astro <astro@spaceboyz.net>
Date: Thu, 22 Aug 2019 19:56:16 +0200
Subject: [PATCH] updates

---
 README.md             | 4 ++--
 rkanoid/.cargo/config | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index d9a5b89a..7e812356 100644
--- a/README.md
+++ b/README.md
@@ -19,8 +19,8 @@ cargo build --release
 
 Then copy the resulting
 `../target/thumbv7em-none-eabi/release/l0dable-example` to the badge
-in USB Mass Storage mode. Don't forget to rename with the `.elf`
-extension!
+in USB Mass Storage mode in the `/apps/` subfolder. Don't forget to
+rename with the `.elf` extension!
 
 ## Crates
 
diff --git a/rkanoid/.cargo/config b/rkanoid/.cargo/config
index f8821054..edac1039 100644
--- a/rkanoid/.cargo/config
+++ b/rkanoid/.cargo/config
@@ -1,4 +1,4 @@
-[target.thumbv7em-none-eabihf]
+[target.thumbv7em-none-eabi]
 rustflags = [
   "-C", "linker=arm-none-eabi-gcc",
   "-C", "link-args=-Tl0dable.ld -n -pie -fPIC",
-- 
GitLab