test program

This commit is contained in:
lordwelch 2017-10-27 14:49:02 -06:00
parent 8f3b27ef0a
commit 4dff17ca5c

View File

@ -39,7 +39,7 @@ func main() {
file, err := os.OpenFile("/dev/hidg0", os.O_WRONLY, os.ModePerm)
fmt.Println(err)
for j := 1; i <= 1000; i++ {
for j := 1; j <= 1000; j++ {
for i := 1; i <= 1000; i++ {
write = append(write, test[:]...)
write = append(write, unpress[:]...)