You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
911 B
36 lines
911 B
{ |
|
"configurations": [ |
|
{ |
|
"name": "Target 1", |
|
"includePath": [ |
|
"e:\\项目\\兼职项目\\20220428-IntelligentLighting" |
|
], |
|
"defines": [ |
|
"__C51__", |
|
"__VSCODE_C51__", |
|
"reentrant=", |
|
"compact=", |
|
"small=", |
|
"large=", |
|
"data=", |
|
"idata=", |
|
"pdata=", |
|
"bdata=", |
|
"xdata=", |
|
"code=", |
|
"bit=char", |
|
"sbit=char", |
|
"sfr=char", |
|
"sfr16=int", |
|
"sfr32=int", |
|
"interrupt=", |
|
"using=", |
|
"_at_=", |
|
"_priority_=", |
|
"_task_=" |
|
], |
|
"intelliSenseMode": "${default}" |
|
} |
|
], |
|
"version": 4 |
|
} |