summaryrefslogtreecommitdiff
path: root/board/lantis/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/lantis/board.c')
-rw-r--r--board/lantis/board.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/lantis/board.c b/board/lantis/board.c
index 8e43844bce..cff3319bbd 100644
--- a/board/lantis/board.c
+++ b/board/lantis/board.c
@@ -58,7 +58,7 @@ DECLARE_DEFERRED(check_c0_line);
static void notify_c0_chips(void)
{
- task_set_event(TASK_ID_USB_CHG_P0, USB_CHG_EVENT_BC12, 0);
+ task_set_event(TASK_ID_USB_CHG_P0, USB_CHG_EVENT_BC12);
sm5803_interrupt(0);
}
@@ -93,7 +93,7 @@ DECLARE_DEFERRED(check_c1_line);
static void notify_c1_chips(void)
{
schedule_deferred_pd_interrupt(1);
- task_set_event(TASK_ID_USB_CHG_P1, USB_CHG_EVENT_BC12, 0);
+ task_set_event(TASK_ID_USB_CHG_P1, USB_CHG_EVENT_BC12);
sm5803_interrupt(1);
}