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

boards/remote-common: remove extra underscore in header guard

This commit is contained in:
Alexandre Abadie 2017-03-13 23:54:03 +01:00
parent f91cf5d531
commit 84aad1fc1e

View File

@ -19,8 +19,8 @@
* Antonio Lignan <alinan@zolertia.com>
*/
#ifndef BOARD_COMMON__H
#define BOARD_COMMON__H
#ifndef BOARD_COMMON_H
#define BOARD_COMMON_H
#include "cpu.h"
#include "periph/gpio.h"
@ -94,5 +94,5 @@ void board_init(void);
#ifdef __cplusplus
} /* end extern "C" */
#endif
#endif /* BOARD_COMMON__H */
#endif /* BOARD_COMMON_H */
/** @} */