Fixed incorrect PIPE_EPNUM_MASK mask causing pipe failures on devices with endpoint addresses of 8 and above (thanks to John Andrews).

This commit is contained in:
Dean Camera 2009-07-19 09:04:25 +00:00
parent b243c2b80b
commit 9d2613d908
4 changed files with 8 additions and 6 deletions

View file

@ -90,3 +90,4 @@ uint8_t Printer_SoftReset(void)
return USB_Host_SendControlRequest(NULL);
}