1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

common_wsn430: rename board.h to board_common.h

Since wsn430-v1_3b and wsn430-v1_4 do have different radio
configurations we need to separate `board.h` for them, so this moves
their currently common `board.h` to `board_common.h` to be included by
later introduced `board.h`
This commit is contained in:
Martine Lenders 2018-05-29 21:15:02 +02:00
parent 32413f872e
commit 3f1cf7d5ee

View File

@ -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 */
/** @} */