mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 15:27:44 +00:00
Fix LUFA builds
This commit is contained in:
parent
b43031ae00
commit
d364cbefa0
@ -254,7 +254,7 @@ void xap_receive_base(const void *data) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static void xap_task(void) {
|
void xap_task(void) {
|
||||||
// Create a temporary buffer to hold the read in data from the host
|
// Create a temporary buffer to hold the read in data from the host
|
||||||
uint8_t data[XAP_EPSIZE];
|
uint8_t data[XAP_EPSIZE];
|
||||||
bool data_read = false;
|
bool data_read = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user