summaryrefslogtreecommitdiff
path: root/board/bds/gpio.inc
diff options
context:
space:
mode:
Diffstat (limited to 'board/bds/gpio.inc')
-rw-r--r--board/bds/gpio.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bds/gpio.inc b/board/bds/gpio.inc
index 7de4fb6ca7..424fde7f6d 100644
--- a/board/bds/gpio.inc
+++ b/board/bds/gpio.inc
@@ -5,6 +5,9 @@
* found in the LICENSE file.
*/
+/* Declare symbolic names for all the GPIOs that we care about.
+ * Note: Those with interrupt handlers must be declared first. */
+
/* Recovery signal from DOWN button */
GPIO(RECOVERY_L, PIN(D, 1), GPIO_PULL_UP)
GPIO(DEBUG_LED, PIN(A, 7), GPIO_OUT_LOW)