altos: Use all 16 bits of setup packet len when limiting reply len
[fw/altos] / src / lpc / ao_usb_lpc.c
index 144d10752b3ba2eb8642c1173586b4bb0eac71db..108822ced73f2fe72b3c333d73d1464f0fd1ce5e 100644 (file)
@@ -450,7 +450,7 @@ ao_usb_ep0_out_set(uint8_t *data, uint8_t len)
 }
 
 static void
-ao_usb_ep0_in_start(uint8_t max)
+ao_usb_ep0_in_start(uint16_t max)
 {
        /* Don't send more than asked for */
        if (ao_usb_ep0_in_len > max)