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

This commit is contained in:
yiancar 2020-04-01 17:11:24 +01:00 committed by GitHub
parent 2eb6cb0dfd
commit c217186bea
Failed to generate hash of commit
2 changed files with 1 additions and 3 deletions

View file

@ -106,8 +106,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) {