From 12497ae1fc0be939a16c3f3713d55bd3a8c910e8 Mon Sep 17 00:00:00 2001 From: Alex Date: Sat, 10 Jun 2023 13:15:42 +0300 Subject: [PATCH] Update vscode config --- .vscode/c_cpp_properties.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.vscode/c_cpp_properties.json b/.vscode/c_cpp_properties.json index 69878b23..1b275743 100644 --- a/.vscode/c_cpp_properties.json +++ b/.vscode/c_cpp_properties.json @@ -15,7 +15,7 @@ "a64", "DEBUG=\"1\"" ], - "compilerPath": "${workspaceFolder}/../tools/cross/bin/amd64-elf-gcc", + "compilerPath": "${workspaceFolder}/../tools/cross/bin/x86_64-fennix-gcc", "cStandard": "c17", "cppStandard": "c++20", "intelliSenseMode": "gcc-x64",