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:
deadprogram
2023-03-31 15:40:40 +02:00
committed by Ron Evans
parent 7d83e76833
commit 9e97566b5f
6 changed files with 80 additions and 150 deletions
+1 -1
View File
@@ -2,7 +2,7 @@ package main
import (
"log"
"machine/usb/joystick"
"machine/usb/hid/joystick"
"math"
"time"
)