From 409bd01af6d161f4ce0be93f243b2a348137b410 Mon Sep 17 00:00:00 2001 From: Kristian Sloth Lauszus Date: Sat, 30 Jun 2018 17:28:19 +0200 Subject: [PATCH] Decreasing the USB priority actually works better Needs more testing --- right/src/usb_composite_device.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/right/src/usb_composite_device.h b/right/src/usb_composite_device.h index d2a8a31..d32a57e 100644 --- a/right/src/usb_composite_device.h +++ b/right/src/usb_composite_device.h @@ -10,7 +10,7 @@ // Macros: #define CONTROLLER_ID kUSB_ControllerKhci0 - #define USB_DEVICE_INTERRUPT_PRIORITY 0 + #define USB_DEVICE_INTERRUPT_PRIORITY 5 // Typedefs: