fix usbconfig typo
This commit is contained in:
@@ -339,7 +339,7 @@ int main(void)
|
||||
snes_reset_off();
|
||||
info("Boot startup rom\n");
|
||||
boot_startup_rom();
|
||||
irq_init();
|
||||
//irq_init();
|
||||
usbInit();
|
||||
usb_connect();
|
||||
while (1) {
|
||||
|
||||
@@ -248,7 +248,6 @@ section at the end of this file).
|
||||
* obdev's free shared VID/PID pair. See the file USBID-License.txt for
|
||||
* details.
|
||||
*/
|
||||
#define USB_CFG_DEVICE_NAME 'S', 'N', 'E', 'S', 'R', 'A', 'M'
|
||||
#define USB_CFG_DEVICE_NAME 'Q', 'U', 'I', 'C', 'K', 'D', 'E', 'V', '1', '6'
|
||||
#define USB_CFG_DEVICE_NAME_LEN 10
|
||||
/* Same as above for the device name. If you don't want a device name, undefine
|
||||
|
||||
Reference in New Issue
Block a user