We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b0721be commit 9a11b66Copy full SHA for 9a11b66
1 file changed
src/EIDEProjectModules.ts
@@ -559,7 +559,7 @@ export abstract class ArmBaseCompileConfigModel
559
if (this.cpuTypeList.includes(model.data.cpuType)) { // found target cpu, update it
560
this.data.cpuType = model.data.cpuType;
561
} else { // not found, use cpuList[0]
562
- this.data.cpuType = this.cpuTypeList[0];
+ this.data.cpuType = this.cpuTypeList[1];
563
}
564
565
this.onPropertyChanged('cpuType');
0 commit comments