1
0
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:
Alexandru Caciulescu 2015-03-23 22:09:39 +02:00
parent efd5a071b2
commit 4f643532ce

View File

@ -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 */
/** @} */