machine/usb/hid: rename Handler() to TxHandler()

This commit is contained in:
sago35
2023-08-03 20:43:04 +09:00
committed by Ron Evans
parent c51f5cea0b
commit 215dd3f0be
3 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -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