mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 14:33:41 +00:00
machine/usb/hid: rename Handler() to TxHandler()
This commit is contained in:
@@ -47,7 +47,7 @@ func newMouse() *mouse {
|
||||
}
|
||||
}
|
||||
|
||||
func (m *mouse) Handler() bool {
|
||||
func (m *mouse) TxHandler() bool {
|
||||
m.waitTxc = false
|
||||
if b, ok := m.buf.Get(); ok {
|
||||
m.waitTxc = true
|
||||
|
||||
Reference in New Issue
Block a user