summaryrefslogtreecommitdiff
path: root/board/rowan/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/rowan/board.c')
-rw-r--r--board/rowan/board.c5
1 files changed, 1 insertions, 4 deletions
diff --git a/board/rowan/board.c b/board/rowan/board.c
index 64d2f39239..1a8ec50102 100644
--- a/board/rowan/board.c
+++ b/board/rowan/board.c
@@ -59,10 +59,7 @@
void pd_mcu_interrupt(enum gpio_signal signal)
{
-#ifdef HAS_TASK_PDCMD
- /* Exchange status with PD MCU to determine interrupt cause */
- host_command_pd_send_status(0);
-#endif
+ schedule_deferred_pd_interrupt(0 /* port */);
}
void deferred_reset_pd_mcu(void);