diff options
Diffstat (limited to 'board/storo/board.c')
-rw-r--r-- | board/storo/board.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/board/storo/board.c b/board/storo/board.c index 15dc9a9bf5..fa6e8b6aee 100644 --- a/board/storo/board.c +++ b/board/storo/board.c @@ -53,7 +53,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); } @@ -88,7 +88,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); } |