drivers/include/cc110x_legacy: Repair header file include guards
This commit is contained in:
parent
3d209c3db1
commit
a25a4d4fe5
@ -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 */
|
||||||
|
|||||||
@ -119,4 +119,4 @@ typedef struct cc110x_statistic {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/** @} */
|
/** @} */
|
||||||
#endif /* __CC110X_CONFIG_H */
|
#endif /* CC110X_CONFIG_H */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
@ -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 */
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user