Updated V-USB template to allow usbFunctionWriteOut (#8634)

This commit is contained in:
yiancar
2020-04-01 17:11:24 +01:00
committed by Florian Didron
parent ee1860315d
commit 9362382ac0
2 changed files with 1 additions and 3 deletions

View File

@@ -107,8 +107,6 @@ void raw_hid_send(uint8_t *data, uint8_t length) {
usbPoll();
}
usbSetInterrupt3(0, 0);
usbPoll();
_delay_ms(1);
}
__attribute__((weak)) void raw_hid_receive(uint8_t *data, uint8_t length) {