Skip to content

Commit 2297f72

Browse files
committed
increase USB irq priority to 2 (highest for application)
fix #196
1 parent af2a6d6 commit 2297f72

File tree

1 file changed

+1
-1
lines changed
  • cores/nRF5/usb/tinyusb/src/portable/nordic/nrf5x

1 file changed

+1
-1
lines changed

cores/nRF5/usb/tinyusb/src/portable/nordic/nrf5x/hal_nrf5x.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ enum {
6565
/*------------------------------------------------------------------*/
6666
/* MACRO TYPEDEF CONSTANT ENUM
6767
*------------------------------------------------------------------*/
68-
#define USB_NVIC_PRIO 7
68+
#define USB_NVIC_PRIO 2
6969

7070
void tusb_hal_nrf_power_event(uint32_t event);
7171

0 commit comments

Comments
 (0)