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:
parent
57dd7d35a1
commit
fb0e523719
@ -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 */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user