Decreasing the USB priority actually works better

Needs more testing
This commit is contained in:
Kristian Sloth Lauszus
2018-06-30 17:28:19 +02:00
parent b9b5eb2c76
commit 409bd01af6

View File

@@ -10,7 +10,7 @@
// Macros: // Macros:
#define CONTROLLER_ID kUSB_ControllerKhci0 #define CONTROLLER_ID kUSB_ControllerKhci0
#define USB_DEVICE_INTERRUPT_PRIORITY 0 #define USB_DEVICE_INTERRUPT_PRIORITY 5
// Typedefs: // Typedefs: