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