summaryrefslogtreecommitdiff
path: root/board/dingdong/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/dingdong/board.h')
-rw-r--r--board/dingdong/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/dingdong/board.h b/board/dingdong/board.h
index 85f4374e68..ab55e0aa2e 100644
--- a/board/dingdong/board.h
+++ b/board/dingdong/board.h
@@ -5,8 +5,8 @@
/* Dingdong dongle configuration */
-#ifndef __BOARD_H
-#define __BOARD_H
+#ifndef __CROS_EC_BOARD_H
+#define __CROS_EC_BOARD_H
/* 48 MHz SYSCLK clock frequency */
#define CPU_CLOCK 48000000
@@ -103,4 +103,4 @@ enum usb_strings {
#define USB_EP_CONTROL 0
#define USB_EP_COUNT 1
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */