mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-10 05:53:39 +00:00
implemented USB HID composite keyboard support
This commit is contained in:
@@ -4,9 +4,6 @@ package usb
|
||||
|
||||
import "device/arm"
|
||||
|
||||
//go:linkname ticks runtime.ticks
|
||||
func ticks() int64
|
||||
|
||||
// udelay waits for the given number of microseconds before returning.
|
||||
// We cannot use the sleep timer from this context (import cycle), but we need
|
||||
// an approximate method to spin CPU cycles for short periods of time.
|
||||
|
||||
Reference in New Issue
Block a user