summaryrefslogtreecommitdiff
path: root/board/discovery-stm32f072/board.h
diff options
context:
space:
mode:
Diffstat (limited to 'board/discovery-stm32f072/board.h')
-rw-r--r--board/discovery-stm32f072/board.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/board/discovery-stm32f072/board.h b/board/discovery-stm32f072/board.h
index e8a83a47e7..e1eb11130e 100644
--- a/board/discovery-stm32f072/board.h
+++ b/board/discovery-stm32f072/board.h
@@ -5,8 +5,8 @@
/* STM32F072-discovery board 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
@@ -84,4 +84,4 @@ enum usb_strings {
};
#endif /* !__ASSEMBLER__ */
-#endif /* __BOARD_H */
+#endif /* __CROS_EC_BOARD_H */