summaryrefslogtreecommitdiff
path: root/board/glados/board.c
diff options
context:
space:
mode:
Diffstat (limited to 'board/glados/board.c')
-rw-r--r--board/glados/board.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/board/glados/board.c b/board/glados/board.c
index 7645929225..7cf45cfa6a 100644
--- a/board/glados/board.c
+++ b/board/glados/board.c
@@ -95,13 +95,6 @@ void board_reset_pd_mcu(void)
gpio_set_level(GPIO_PD_RST_L, 1);
}
-void __board_i2c_set_timeout(int port, uint32_t timeout)
-{
-}
-
-void i2c_set_timeout(int port, uint32_t timeout)
- __attribute__((weak, alias("__board_i2c_set_timeout")));
-
struct motion_sensor_t motion_sensors[] = {
};