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.
main
tmk 2019-05-06 01:52:25 +09:00
parent 4e83400fc6
commit dd7b75040a
1 changed files with 0 additions and 1 deletions

View File

@ -661,7 +661,6 @@ int main(void)
#else
USB_USBTask();
#endif
matrix_scan();
}
print("\nUSB configured.\n");