From fa28708ae1978101ffc5a4ef0c3dc5eba1ce4aea Mon Sep 17 00:00:00 2001 From: Fexty <60443001+Fexty12573@users.noreply.github.com> Date: Tue, 3 Jun 2025 21:42:29 +0200 Subject: [PATCH] Fix typo in gen_compile_commands.py (#535) --- tools/devtools/gen_compile_commands.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/devtools/gen_compile_commands.py b/tools/devtools/gen_compile_commands.py index 07220722ad..ae146c02bc 100755 --- a/tools/devtools/gen_compile_commands.py +++ b/tools/devtools/gen_compile_commands.py @@ -8,7 +8,7 @@ builddir = homedir / "build" cwsdkdir = homedir / "subprojects" / "metroskrew" / "lib" / "metroskrew" / "sdk" / "ds" / "2.0" / "sp2" cwlibcdir = cwsdkdir / "msl" / "MSL_C" / "MSL_Common" / "Include" -cwextrasdir = cwsdkdir / "msl" / "MSL_Extras" / "MSL_Common" / "Inlcude" +cwextrasdir = cwsdkdir / "msl" / "MSL_Extras" / "MSL_Common" / "Include" arm7_c_flags = [ "arm-none-eabi-gcc",