Skip to content

Commit ad13a7c

Browse files
committed
fix: remove unneeded type
1 parent 0cb6639 commit ad13a7c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

w5500/w5500.go

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ var _debug debug = debugOff
1818
// Resolver is a function that resolves a hostname to an IP address.
1919
type Resolver func(host string) (netip.Addr, error)
2020

21-
// PinOutput is a function that sets a pin high or low.
22-
type PinOutput func(level bool)
23-
2421
// Device is a driver for the W5500 Ethernet controller.
2522
type Device struct {
2623
maxSockets int

0 commit comments

Comments
 (0)