Skip to content

Commit c91147e

Browse files
committed
fix: cr suggstion
1 parent bdad634 commit c91147e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

w5500/netdev.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,6 @@ func (d *Device) waitForEstablished(sockn uint8) error {
246246
if err := d.listen(sockn); err != nil {
247247
return errors.New("could not set socket to listen: " + err.Error())
248248
}
249-
break
250249
}
251250

252251
d.irqPoll(sockn, sockIntConnect|sockIntDisconnect, time.Time{})

0 commit comments

Comments
 (0)