Skip to content
Permalink
Browse files
Merge pull request #7619 from zackhow/gcadpt
Android: fix gc adapter init
  • Loading branch information
JosJuice committed Dec 23, 2018
2 parents e7b5354 + 5bc8b7a commit a0673fb
Showing 1 changed file with 1 addition and 1 deletion.
@@ -88,7 +88,7 @@ public static boolean QueryAdapter()
public static void InitAdapter()
{
byte[] init = {0x13};
usb_con.bulkTransfer(usb_in, init, init.length, 0);
usb_con.bulkTransfer(usb_out, init, init.length, 0);
}

public static int Input()

0 comments on commit a0673fb

Please sign in to comment.