1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00

drivers/l3g4200d: Repair header file include guards

This commit is contained in:
Alexandru Caciulescu 2015-03-23 22:09:12 +02:00
parent 57dd7d35a1
commit fb0e523719

View File

@ -16,8 +16,8 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/
#ifndef __L3G4200D_REGS_H
#define __L3G4200D_REGS_H
#ifndef L3G4200D_REGS_H
#define L3G4200D_REGS_H
#ifdef __cplusplus
@ -90,5 +90,5 @@
}
#endif
#endif /* __L3G4200D_REGS_H */
#endif /* L3G4200D_REGS_H */
/** @} */