Compare commits
1 Commits
cad99ca5f2
...
template_x
Author | SHA1 | Date | |
---|---|---|---|
941ca598b1 |
2
.vscode/settings.json
vendored
2
.vscode/settings.json
vendored
@@ -10,7 +10,7 @@
|
||||
"icon": "terminal-bash"
|
||||
}
|
||||
},
|
||||
"terminal.integrated.defaultProfile.windows": "Git-Bash",
|
||||
"terminal.integrated.defaultProfile.windows": "Git Bash",
|
||||
"clang-format.assumeFilename": ".clang-format",
|
||||
"clang-format.executable": "clang-format",
|
||||
"C_Cpp.default.configurationProvider": "ms-vscode.cmake-tools",
|
||||
|
@@ -30,7 +30,6 @@ set(TARGET_SRC
|
||||
Src/uart_ring_buffer.c
|
||||
Src/command.c
|
||||
Src/i2c.c
|
||||
Src/board_config.c
|
||||
)
|
||||
|
||||
# 设置输出目录
|
||||
|
@@ -1,3 +1,3 @@
|
||||
@echo off
|
||||
set OPENOCD_SCRIPTS=
|
||||
start "" "D:\Microsoft VS Code\Code.exe"
|
||||
start "" "C:\Users\dell\AppData\Local\Programs\Microsoft VS Code\Code.exe"
|
Reference in New Issue
Block a user