summaryrefslogtreecommitdiff
path: root/hw/bsp/samg55xplained
diff options
context:
space:
mode:
authorhathach <[email protected]>2022-06-06 12:51:10 +0700
committerhathach <[email protected]>2022-06-06 12:51:10 +0700
commit7187cd9a8528bfe2b570567ca2d0a2ae36b7c478 (patch)
tree69420646c32dea57cde33784e39fbb99fba35808 /hw/bsp/samg55xplained
parentf626916a5733fc7beff29ff6f907433e28ff14e0 (diff)
fix ci, remove use of CFG_TUSB_RHPORT0_MODE in bsp
Diffstat (limited to 'hw/bsp/samg55xplained')
-rw-r--r--hw/bsp/samg55xplained/samg55xplained.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/samg55xplained/samg55xplained.c b/hw/bsp/samg55xplained/samg55xplained.c
index ed106b06b..027c88e2f 100644
--- a/hw/bsp/samg55xplained/samg55xplained.c
+++ b/hw/bsp/samg55xplained/samg55xplained.c
@@ -99,7 +99,7 @@ void board_init(void)
//--------------------------------------------------------------------+
void UDP_Handler(void)
{
- #if CFG_TUSB_RHPORT0_MODE & OPT_MODE_DEVICE
+ #if CFG_TUD_ENABLED
tud_int_handler(0);
#endif
}