summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi
diff options
context:
space:
mode:
authorJack Rosenthal <jrosenth@chromium.org>2022-06-27 13:57:13 -0600
committerChromeos LUCI <chromeos-scoped@luci-project-accounts.iam.gserviceaccount.com>2022-06-28 20:35:21 +0000
commit8ae681f521f4cbe708535759ca803e6534b447ee (patch)
treea6e38ad0ac8e6128a3d8ca3556984432814563b6 /board/nucleo-h743zi
parent49af044679eb342ad12728ad96d7dc11c79cb62b (diff)
downloadchrome-ec-8ae681f521f4cbe708535759ca803e6534b447ee.tar.gz
board/nucleo-h743zi/board.h: Format with clang-format
BUG=b:236386294 BRANCH=none TEST=none Change-Id: I48f3b06b1b12e20b95a938ec78720906e41b4245 Signed-off-by: Jack Rosenthal <jrosenth@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3728784 Reviewed-by: Jeremy Bettis <jbettis@chromium.org>
Diffstat (limited to 'board/nucleo-h743zi')
-rw-r--r--board/nucleo-h743zi/board.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/nucleo-h743zi/board.h b/board/nucleo-h743zi/board.h
index 966f2a8c94..a3dd376c12 100644
--- a/board/nucleo-h743zi/board.h
+++ b/board/nucleo-h743zi/board.h
@@ -28,6 +28,6 @@
* Enable the blink example that exercises the LEDs.
*/
#define CONFIG_BLINK
-#define CONFIG_BLINK_LEDS GPIO_LED1, GPIO_LED2, GPIO_LED3
+#define CONFIG_BLINK_LEDS GPIO_LED1, GPIO_LED2, GPIO_LED3
#endif /* __BOARD_H */