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