Skip to content
Snippets Groups Projects
Commit d0423b26 authored by Hauke Petersen's avatar Hauke Petersen
Browse files

boards/nrf51dongle: fixed include gurads

parent 54b3a51f
No related branches found
No related tags found
No related merge requests found
......@@ -16,8 +16,8 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/
#ifndef __PERIPH_CONF_H
#define __PERIPH_CONF_H
#ifndef PERIPH_CONF_H
#define PERIPH_CONF_H
#ifdef __cplusplus
extern "C" {
......@@ -120,4 +120,5 @@ extern "C" {
}
#endif
#endif /* __PERIPH_CONF_H */
#endif /* PERIPH_CONF_H */
/** @} */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment