diff options
| author | hathach <[email protected]> | 2021-07-19 12:08:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-07-19 12:08:01 +0700 |
| commit | 05f59fb8edc301690042821d447c31631be8d911 (patch) | |
| tree | c421fa7b86c2d6d6bfc8004ad0595b7405ea8bdf /hw/bsp/same70_xplained/same70_xplained.c | |
| parent | 8cae17bfc87f49c814827b0a31a4b6b6e8314f69 (diff) | |
clean up warning
Diffstat (limited to 'hw/bsp/same70_xplained/same70_xplained.c')
| -rw-r--r-- | hw/bsp/same70_xplained/same70_xplained.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/hw/bsp/same70_xplained/same70_xplained.c b/hw/bsp/same70_xplained/same70_xplained.c index f897798e7..ac682a89a 100644 --- a/hw/bsp/same70_xplained/same70_xplained.c +++ b/hw/bsp/same70_xplained/same70_xplained.c @@ -111,9 +111,7 @@ void board_init(void) //--------------------------------------------------------------------+ void USBHS_Handler(void) { - #if CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE - tud_int_handler(0); - #endif + tud_int_handler(0); } //--------------------------------------------------------------------+ |
