summaryrefslogtreecommitdiff
path: root/board/rambi/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/rambi/board.h')
-rw-r--r--board/rambi/board.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/board/rambi/board.h b/board/rambi/board.h
index 9792d31e51..bb48e48307 100644
--- a/board/rambi/board.h
+++ b/board/rambi/board.h
@@ -20,6 +20,7 @@
#define CONFIG_PWM
#define CONFIG_TEMP_SENSOR
#define CONFIG_TEMP_SENSOR_G781
+#define CONFIG_TEMP_SENSOR_POWER_GPIO GPIO_PP3300_DX_EN
#define CONFIG_WIRELESS
/* TODO(rspangler): port these to Rambi, or remove if not needed */
@@ -180,11 +181,6 @@ enum temp_sensor_id {
TEMP_SENSOR_COUNT
};
-/**
- * Board-specific g781 power state.
- */
-int board_g781_has_power(void);
-
#endif /* !__ASSEMBLER__ */
#endif /* __BOARD_H */