1
0
mirror of https://github.com/raphnet/gc_n64_usb-v3 synced 2024-12-21 23:08:53 -05:00

usb usbpad_init

This commit is contained in:
Raphael Assenat 2016-08-22 21:57:21 -04:00
parent 671c2e403f
commit 553598ab64

3
main.c
View File

@ -293,8 +293,7 @@ int main(void)
eeprom_init();
intervaltimer_init();
/* Init the buffer with idle data */
usbpad_update(NULL);
usbpad_init();
sei();
usb_init(&usb_params);