forked from mirrors/qmk_userspace
Updated V-USB template to allow usbFunctionWriteOut (#8634)
This commit is contained in:
parent
2eb6cb0dfd
commit
c217186bea
2 changed files with 1 additions and 3 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue