diff options
| author | hathach <[email protected]> | 2022-06-06 12:51:10 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-06-06 12:51:10 +0700 |
| commit | 7187cd9a8528bfe2b570567ca2d0a2ae36b7c478 (patch) | |
| tree | 69420646c32dea57cde33784e39fbb99fba35808 /hw/bsp/fomu | |
| parent | f626916a5733fc7beff29ff6f907433e28ff14e0 (diff) | |
fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp
Diffstat (limited to 'hw/bsp/fomu')
| -rw-r--r-- | hw/bsp/fomu/fomu.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/fomu/fomu.c b/hw/bsp/fomu/fomu.c index 12b7bfd18..33c630303 100644 --- a/hw/bsp/fomu/fomu.c +++ b/hw/bsp/fomu/fomu.c @@ -61,7 +61,7 @@ void isr(void) irqs = irq_pending() & irq_getmask(); -#if CFG_TUSB_RHPORT0_MODE == OPT_MODE_DEVICE +#if CFG_TUD_ENABLED if (irqs & (1 << USB_INTERRUPT)) { tud_int_handler(0); } |
