boards/nucleo_common: remove extra underscore in header guard

This commit is contained in:
Alexandre Abadie 2017-03-13 23:49:10 +01:00
parent db6bf02168
commit f91cf5d531

View File

@ -18,8 +18,8 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/
#ifndef BOARD_COMMON__H
#define BOARD_COMMON__H
#ifndef BOARD_COMMON_H
#define BOARD_COMMON_H
#include "cpu.h"
#include "periph_conf.h"
@ -55,5 +55,5 @@ void board_init(void);
}
#endif
#endif /* BOARD_COMMON__H */
#endif /* BOARD_COMMON_H */
/** @} */