lufa:usb_usb: matrix_scan() is no longer needed
This is due to SOF timing fix of USB_Host_Shield_2.0. The matrix_scan() was needed for usb_usb converter to recognize FC660C at startup.
This commit is contained in:
parent
4e83400fc6
commit
dd7b75040a
1 changed files with 0 additions and 1 deletions
|
|
@ -661,7 +661,6 @@ int main(void)
|
|||
#else
|
||||
USB_USBTask();
|
||||
#endif
|
||||
matrix_scan();
|
||||
}
|
||||
print("\nUSB configured.\n");
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue