Skip to content

Commit 73fbcfa

Browse files
committed
build: Switch vscode to AvrGcc
1 parent 788b89a commit 73fbcfa

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.vscode/cmake-kits.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[
22
{
3-
"name": "Local_avr-gcc-none-eabi",
4-
"toolchainFile": "${workspaceFolder}/cmake/LocalAvrGcc.cmake",
3+
"name": "avr-gcc",
4+
"toolchainFile": "${workspaceFolder}/cmake/AvrGcc.cmake",
55
"cmakeSettings": {
66
"CMAKE_MAKE_PROGRAM": "${workspaceFolder}/.dependencies/ninja-1.10.2/ninja",
77
"CMAKE_BUILD_TYPE": "Release"

0 commit comments

Comments
 (0)