core/include/cib: repaired file include guards

dev/timer
Darredevil 8 years ago
parent a53e06a772
commit d5542beb91

@ -20,8 +20,8 @@
#include <stdint.h>
#ifndef __CIB_H
#define __CIB_H
#ifndef CIB_H
#define CIB_H
#ifdef __cplusplus
extern "C" {
@ -107,5 +107,5 @@ static inline int16_t cib_put(cib_t *__restrict cib)
}
#endif
#endif /* __CIB_H */
#endif /* CIB_H */
/** @} */

Loading…
Cancel
Save