summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--board/nucleo-h743zi/board.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/board/nucleo-h743zi/board.h b/board/nucleo-h743zi/board.h
index 0e8c5a730b..966f2a8c94 100644
--- a/board/nucleo-h743zi/board.h
+++ b/board/nucleo-h743zi/board.h
@@ -24,4 +24,10 @@
#define CONFIG_CONSOLE_COMMAND_FLAGS
#define CONFIG_RESTRICTED_CONSOLE_COMMANDS
+/*
+ * Enable the blink example that exercises the LEDs.
+ */
+#define CONFIG_BLINK
+#define CONFIG_BLINK_LEDS GPIO_LED1, GPIO_LED2, GPIO_LED3
+
#endif /* __BOARD_H */