mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-03 02:27:48 +00:00
machine/usb/hid/joystick: move joystick under HID as it belongs and also remove duplicate code
Signed-off-by: deadprogram <ron@hybridgroup.com>
This commit is contained in:
@@ -2,7 +2,7 @@ package main
|
||||
|
||||
import (
|
||||
"log"
|
||||
"machine/usb/joystick"
|
||||
"machine/usb/hid/joystick"
|
||||
"math"
|
||||
"time"
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user