mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
boards/maple-mini: fix header guards
This commit is contained in:
parent
bebc5c4d57
commit
d4285d42f8
@ -18,8 +18,8 @@
|
||||
* @author Frits Kuipers <frits.kuipers@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef BOARD_H_
|
||||
#define BOARD_H_
|
||||
#ifndef BOARD_H
|
||||
#define BOARD_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -66,5 +66,5 @@ void board_init(void);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* BOARD_H_ */
|
||||
#endif /* BOARD_H */
|
||||
/** @} */
|
||||
|
@ -16,8 +16,8 @@
|
||||
* @author Frits Kuipers <frits.kuipers@gmail.com>
|
||||
*/
|
||||
|
||||
#ifndef PERIPH_CONF_H_
|
||||
#define PERIPH_CONF_H_
|
||||
#ifndef PERIPH_CONF_H
|
||||
#define PERIPH_CONF_H
|
||||
|
||||
#include "periph_cpu.h"
|
||||
|
||||
@ -218,4 +218,4 @@ static const spi_conf_t spi_config[] = {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* PERIPH_CONF_H_ */
|
||||
#endif /* PERIPH_CONF_H */
|
||||
|
Loading…
Reference in New Issue
Block a user