mirror of
https://github.com/tinygo-org/drivers.git
synced 2026-08-04 23:17:47 +00:00
change EthLinkPoller name
This commit is contained in:
+1
-1
@@ -64,7 +64,7 @@ type Link interface {
|
||||
MTU() int
|
||||
}
|
||||
|
||||
type EthLinkPoller interface {
|
||||
type EthPollerLink interface {
|
||||
Link
|
||||
// SendEth sends an Ethernet packet
|
||||
SendEth(pkt []byte) error
|
||||
|
||||
Reference in New Issue
Block a user