drivers/include/cc110x_legacy: Repair header file include guards

This commit is contained in:
Alexandru Caciulescu 2015-03-23 22:04:44 +02:00
parent 3d209c3db1
commit a25a4d4fe5
4 changed files with 10 additions and 10 deletions

View File

@ -16,8 +16,8 @@
* @author Heiko Will <hwill@inf.fu-berlin.de> * @author Heiko Will <hwill@inf.fu-berlin.de>
*/ */
#ifndef __CC1100_ARCH_H #ifndef CC1100_ARCH_H
#define __CC1100_ARCH_H #define CC1100_ARCH_H
#include <stdint.h> #include <stdint.h>
@ -41,4 +41,4 @@ void cc110x_after_send(void);
#endif #endif
/** @} */ /** @} */
#endif /* __CC1100_ARCH_H */ #endif /* CC1100_ARCH_H */

View File

@ -119,4 +119,4 @@ typedef struct cc110x_statistic {
#endif #endif
/** @} */ /** @} */
#endif /* __CC110X_CONFIG_H */ #endif /* CC110X_CONFIG_H */

View File

@ -6,8 +6,8 @@
* directory for more details. * directory for more details.
*/ */
#ifndef __CC1100_DEFAULTSETTINGS_H #ifndef CC1100_DEFAULTSETTINGS_H
#define __CC1100_DEFAULTSETTINGS_H #define CC1100_DEFAULTSETTINGS_H
/** /**
* @ingroup drivers_cc110x_legacy * @ingroup drivers_cc110x_legacy
@ -87,4 +87,4 @@ extern "C" {
#endif #endif
/** @} */ /** @} */
#endif /* __CC110X_DEFAULTSETTINGS_H */ #endif /* CC110X_DEFAULTSETTINGS_H */

View File

@ -17,8 +17,8 @@
* @author Oliver Hahm <oliver.hahm@inria.fr> * @author Oliver Hahm <oliver.hahm@inria.fr>
*/ */
#ifndef __CC110X_REG_H #ifndef CC110X_REG_H
#define __CC110X_REG_H #define CC110X_REG_H
#include <stdint.h> #include <stdint.h>
@ -97,4 +97,4 @@ uint8_t cc110x_strobe(uint8_t c);
#endif #endif
/** @} */ /** @} */
#endif /* __CC110X_REG_H */ #endif /* CC110X_REG_H */