@ -18,8 +18,8 @@
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
*/
#ifndef __BOARD_H
#define __BOARD_H
#ifndef BOARD_H
#define BOARD_H
#include "cpu.h"
@ -79,5 +79,5 @@ void board_init(void);
}
#endif
#endif /** __BOARD_H */
#endif /** BOARD_H */
/** @} */
@ -19,8 +19,8 @@
* @autor Kaspar Schleiser <kaspar@schleiser.de>
#ifndef __PERIPH_CONF_H
#define __PERIPH_CONF_H
#ifndef PERIPH_CONF_H
#define PERIPH_CONF_H
#ifdef __cplusplus
extern "C" {
@ -109,5 +109,5 @@ extern "C" {
#endif /* __PERIPH_CONF_H */
#endif /* PERIPH_CONF_H */