summaryrefslogtreecommitdiff
path: root/board/wheelie
diff options
context:
space:
mode:
Diffstat (limited to 'board/wheelie')
-rw-r--r--board/wheelie/gpio.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/board/wheelie/gpio.inc b/board/wheelie/gpio.inc
index 1d6838729a..abd18ecbe3 100644
--- a/board/wheelie/gpio.inc
+++ b/board/wheelie/gpio.inc
@@ -103,6 +103,7 @@ GPIO(CCD_MODE_ODL, PIN(H, 5), GPIO_INPUT)
GPIO(EC_BATTERY_PRES_ODL, PIN(I, 4), GPIO_INPUT)
GPIO(PEN_DET_ODL, PIN(J, 1), GPIO_INPUT | GPIO_PULL_UP)
GPIO(EN_KB_BL, PIN(J, 3), GPIO_OUT_LOW) /* Currently unused */
+GPIO(ECH1_PACKET_MODE, PIN(H, 1), GPIO_OUT_LOW)
/* NC pins, enable internal pull-down to avoid floating state. */
GPIO(GPIOC0_NC, PIN(C, 0), GPIO_INPUT | GPIO_PULL_DOWN)