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:
parent
32413f872e
commit
3f1cf7d5ee
@ -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 */
|
||||
/** @} */
|
Loading…
Reference in New Issue
Block a user