mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2025-01-17 05:32:45 +01:00
drivers/lsm303dlhc: Repair header file include guards
This commit is contained in:
parent
efd5a071b2
commit
4f643532ce
@ -17,8 +17,8 @@
|
||||
* @author Thomas Eichinger <thomas.eichinger@fu-berlin.de>
|
||||
*/
|
||||
|
||||
#ifndef __LSM303DLHC_INTERNAL_H
|
||||
#define __LSM303DLHC_INTERNAL_H
|
||||
#ifndef LSM303DLHC_INTERNAL_H
|
||||
#define LSM303DLHC_INTERNAL_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -174,5 +174,5 @@ extern "C" {
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* __LSM303DLHC_INTERNAL_H */
|
||||
#endif /* LSM303DLHC_INTERNAL_H */
|
||||
/** @} */
|
||||
|
Loading…
Reference in New Issue
Block a user