mirror of
https://github.com/qmk/qmk_firmware.git
synced 2025-02-23 15:27:44 +00:00
format
This commit is contained in:
parent
517102bae9
commit
9a6f0873fb
@ -51,7 +51,6 @@
|
|||||||
# define XAP_OUT_CAPACITY USB_DEFAULT_BUFFER_CAPACITY
|
# define XAP_OUT_CAPACITY USB_DEFAULT_BUFFER_CAPACITY
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
#if !defined(MIDI_STREAM_IN_CAPACITY)
|
#if !defined(MIDI_STREAM_IN_CAPACITY)
|
||||||
# define MIDI_STREAM_IN_CAPACITY USB_DEFAULT_BUFFER_CAPACITY
|
# define MIDI_STREAM_IN_CAPACITY USB_DEFAULT_BUFFER_CAPACITY
|
||||||
#endif
|
#endif
|
||||||
|
@ -181,11 +181,11 @@ void protocol_task(void) {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef XAP_ENABLE
|
#ifdef XAP_ENABLE
|
||||||
usbPoll();
|
usbPoll();
|
||||||
|
|
||||||
if (usbConfiguration && usbInterruptIsReady4()) {
|
if (usbConfiguration && usbInterruptIsReady4()) {
|
||||||
xap_task();
|
xap_task();
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef CONSOLE_ENABLE
|
#ifdef CONSOLE_ENABLE
|
||||||
|
Loading…
Reference in New Issue
Block a user