summaryrefslogtreecommitdiff
path: root/board/ryu_p4p5/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/ryu_p4p5/board.c')
-rw-r--r--board/ryu_p4p5/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/ryu_p4p5/board.c b/board/ryu_p4p5/board.c
index 7c1acf71e5..2063c068e4 100644
--- a/board/ryu_p4p5/board.c
+++ b/board/ryu_p4p5/board.c
@@ -320,13 +320,6 @@ void usb_board_disconnect(void)
gpio_set_level(GPIO_USB_PU_EN_L, 1);
}
-/* Charge manager callback function, called on delayed override timeout */
-void board_charge_manager_override_timeout(void)
-{
- /* TODO: Implement me! */
-}
-DECLARE_DEFERRED(board_charge_manager_override_timeout);
-
/**
* Set active charge port -- only one port can be active at a time.
*