From 8f667e0e777d28fccb10f736872007cdfcc6aa32 Mon Sep 17 00:00:00 2001 From: Lokathor Date: Sun, 28 Apr 2024 21:18:29 -0600 Subject: [PATCH] whoops fix that back to how it should be . --- .cargo/config.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.cargo/config.toml b/.cargo/config.toml index 9a980fdd..9b9b1ce2 100644 --- a/.cargo/config.toml +++ b/.cargo/config.toml @@ -1,9 +1,9 @@ [build] -#target = "thumbv4t-none-eabi" +target = "thumbv4t-none-eabi" [unstable] -#build-std = ["core"] -#build-std-features = ["compiler-builtins-weak-intrinsics"] +build-std = ["core"] +build-std-features = ["compiler-builtins-weak-intrinsics"] [target.thumbv4t-none-eabi] runner = "mgba-qt"