약간의 수정

This commit is contained in:
2025-12-09 02:34:41 +09:00
parent 0697b5ab31
commit d3a2802333
22 changed files with 406 additions and 25 deletions

2
ccs/.vscode/c_cpp_properties.json vendored Normal file → Executable file
View File

@@ -5,7 +5,7 @@
"includePath": [
"${workspaceFolder}/**",
"/opt/ti/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/include/**",
"/opt/ti/ccs/ccs_base/arm/include/**",
"/opt/ti/ccs/ccs_base/arm/include/**"
],
"defines": ["__MSP432P401R__"],
"compilerPath": "/opt/ti/ccs/tools/compiler/ti-cgt-armllvm_3.2.2.LTS/bin/tiarmclang",