usb usbpad_init

This commit is contained in:
Raphael Assenat 2016-08-22 21:57:21 -04:00
parent 671c2e403f
commit 553598ab64
1 changed files with 1 additions and 2 deletions

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);