Skip to content

Commit f0e696c

Browse files
fixup
1 parent 491b757 commit f0e696c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

arduino-ide-extension/src/common/protocol/boards-service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -555,7 +555,7 @@ export namespace Board {
555555
}
556556

557557
export function hardwareIdEquals(left: Board, right: Board): boolean {
558-
if (Board.is(right) && left.port && right.port) {
558+
if (left.port && right.port) {
559559
const { hardwareId: leftHardwareId } = left.port;
560560
const { hardwareId: rightHardwareId } = right.port;
561561

0 commit comments

Comments
 (0)