diff --git a/boards/nucleo-common/include/board_common.h b/boards/nucleo-common/include/board_common.h index b03d505a19..85fe4ea721 100644 --- a/boards/nucleo-common/include/board_common.h +++ b/boards/nucleo-common/include/board_common.h @@ -18,8 +18,8 @@ * @author Hauke Petersen */ -#ifndef BOARD_COMMON__H -#define BOARD_COMMON__H +#ifndef BOARD_COMMON_H +#define BOARD_COMMON_H #include "cpu.h" #include "periph_conf.h" @@ -55,5 +55,5 @@ void board_init(void); } #endif -#endif /* BOARD_COMMON__H */ +#endif /* BOARD_COMMON_H */ /** @} */