summaryrefslogtreecommitdiff
path: root/board/nucleo-h743zi/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/nucleo-h743zi/board.h')
-rw-r--r--board/nucleo-h743zi/board.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/board/nucleo-h743zi/board.h b/board/nucleo-h743zi/board.h
index 966f2a8c94..81cdd60fc9 100644
--- a/board/nucleo-h743zi/board.h
+++ b/board/nucleo-h743zi/board.h
@@ -1,4 +1,4 @@
-/* Copyright 2019 The Chromium OS Authors. All rights reserved.
+/* Copyright 2019 The ChromiumOS Authors
* Use of this source code is governed by a BSD-style license that can be
* found in the LICENSE file.
*/
@@ -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 */