A39模拟器
This commit is contained in:
19
MXC-A39/.vscode/c_cpp_properties.json
vendored
Normal file
19
MXC-A39/.vscode/c_cpp_properties.json
vendored
Normal file
@ -0,0 +1,19 @@
|
||||
{
|
||||
"configurations": [
|
||||
{
|
||||
"name": "Win32",
|
||||
"includePath": [
|
||||
"${workspaceFolder}/**"
|
||||
],
|
||||
"defines": [
|
||||
"_DEBUG",
|
||||
"UNICODE",
|
||||
"_UNICODE"
|
||||
],
|
||||
"cStandard": "c17",
|
||||
"cppStandard": "c++17",
|
||||
"intelliSenseMode": "windows-msvc-x64"
|
||||
}
|
||||
],
|
||||
"version": 4
|
||||
}
|
10
MXC-A39/.vscode/settings.json
vendored
Normal file
10
MXC-A39/.vscode/settings.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"cmake.configureOnOpen": true,
|
||||
"C_Cpp.errorSquiggles": "Disabled",
|
||||
"files.associations": {
|
||||
"qrcodegen.h": "c",
|
||||
"lv_qrcode.h": "c",
|
||||
"incar_draw_barcode.h": "c",
|
||||
"img_def.h": "c"
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user