diff options
| author | hathach <[email protected]> | 2020-04-06 17:35:11 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2020-04-06 17:35:11 +0700 |
| commit | 4179334aca5b4085912f895ac2e5e8586efefd67 (patch) | |
| tree | 2658e8be598ca9002322cbd153222ab79c915ed6 /src/device/dcd.h | |
| parent | a61d34e09ce2675e3c25042d5c91a47df84b7c73 (diff) | |
call tud_irq_handler() for all nrf5x board
Diffstat (limited to 'src/device/dcd.h')
| -rw-r--r-- | src/device/dcd.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/device/dcd.h b/src/device/dcd.h index 7e976e0ed..dbdc19dd3 100644 --- a/src/device/dcd.h +++ b/src/device/dcd.h @@ -89,7 +89,7 @@ typedef struct TU_ATTR_ALIGNED(4) void dcd_init (uint8_t rhport); // Interrupt Handler -void dcd_irq_handler (uint8_t rhport) TU_ATTR_USED; +void dcd_irq_handler(uint8_t rhport) TU_ATTR_USED; // Enable device interrupt void dcd_int_enable (uint8_t rhport); |
