Skip to content

Commit

Permalink
Update intellisense config for aarch64 target
Browse files Browse the repository at this point in the history
  • Loading branch information
averne committed May 15, 2020
1 parent e91c9ee commit 561f66f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .vscode/c_cpp_properties.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"compilerPath": "${DEVKITPRO}/devkitA64/bin/aarch64-none-elf-gcc",
"cStandard": "c11",
"cppStandard": "c++17",
"intelliSenseMode": "gcc-x64"
"intelliSenseMode": "gcc-arm64"
}
],
"version": 4
Expand Down

0 comments on commit 561f66f

Please sign in to comment.