Skip to content

Commit f52fbec

Browse files
authored
Fix missed default declaration for tarch
1 parent 63e8504 commit f52fbec

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/EspExceptionDecoder.java

+1
Original file line numberDiff line numberDiff line change
@@ -270,6 +270,7 @@ private void createAndUpload(){
270270
tarch = BaseNoGui.getBoardPreferences().get("build.tarch");
271271
if(tarch == null || tarch.contentEquals("")){
272272
editor.statusError("Arch Not Found for '"+BaseNoGui.getBoardPreferences().get("name")+"'. Defaulting to 'xtensa'");
273+
tarch = "xtensa";
273274
}
274275
target = BaseNoGui.getBoardPreferences().get("build.target");
275276
if(target == null || target.contentEquals("")){

0 commit comments

Comments
 (0)