diff --git a/boards/common/wsn430/include/board.h b/boards/common/wsn430/include/board_common.h similarity index 96% rename from boards/common/wsn430/include/board.h rename to boards/common/wsn430/include/board_common.h index bc6a6714d5..df4069c0de 100644 --- a/boards/common/wsn430/include/board.h +++ b/boards/common/wsn430/include/board_common.h @@ -21,8 +21,8 @@ * */ -#ifndef BOARD_H -#define BOARD_H +#ifndef BOARD_COMMON_H +#define BOARD_COMMON_H #include "cpu.h" @@ -73,5 +73,5 @@ extern "C" { } #endif -#endif /* BOARD_H */ +#endif /* BOARD_COMMON_H */ /** @} */