Skip to content

Commit

Permalink
drivers/include/mq3: Repair header file include guards
Browse files Browse the repository at this point in the history
  • Loading branch information
Darredevil committed Mar 24, 2015
1 parent ebaf61c commit 7861896
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions drivers/include/mq3.h
Expand Up @@ -18,8 +18,8 @@
* @author Hauke Petersen <hauke.petersen@fu-berlin.de>
*/

#ifndef __MQ3_H
#define __MQ3_H
#ifndef MQ3_H
#define MQ3_H

#include "periph/adc.h"

Expand Down Expand Up @@ -76,5 +76,5 @@ int mq3_read(mq3_t *dev);
}
#endif

#endif /* __MQ3_H */
#endif /* MQ3_H */
/** @} */

0 comments on commit 7861896

Please sign in to comment.