summaryrefslogtreecommitdiff
path: root/board/slippy/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/slippy/board.h')
-rw-r--r--board/slippy/board.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/slippy/board.h b/board/slippy/board.h
index d0d153db36..4261d6d3d0 100644
--- a/board/slippy/board.h
+++ b/board/slippy/board.h
@@ -131,6 +131,9 @@ enum gpio_signal {
GPIO_PCH_RTCRST_L, /* Not supposed to be here */
GPIO_PCH_SRTCRST_L, /* Not supposed to be here */
+ BAT_LED0_L, /* Battery charging LED - Blue */
+ BAT_LED1_L, /* Battery charging LED - Amber */
+
/* Number of GPIOs; not an actual GPIO */
GPIO_COUNT
};