Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Fixed bug in board.ts: Conceptual flaw when checking if configuration…
Browse files Browse the repository at this point in the history
… option is valid
  • Loading branch information
elektronikworkshop authored and adiazulay committed Jan 19, 2021
1 parent 314d4a8 commit 70d323d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/arduino/board.ts
Original file line number Diff line number Diff line change
Expand Up @@ -148,8 +148,6 @@ export class Board implements IBoard {
return BoardConfigResult.Success;
}
return BoardConfigResult.SuccessNoChange;
} else {
return BoardConfigResult.InvalidOptionID;
}
}
return BoardConfigResult.InvalidOptionID;
Expand Down

0 comments on commit 70d323d

Please sign in to comment.