diff --git a/drivers/include/pcd8544.h b/drivers/include/pcd8544.h index 79304616b..825bc4c75 100644 --- a/drivers/include/pcd8544.h +++ b/drivers/include/pcd8544.h @@ -19,8 +19,8 @@ * @author Hauke Petersen */ -#ifndef __PDC8544_H -#define __PDC8544_H +#ifndef PDC8544_H +#define PDC8544_H #include @@ -198,5 +198,5 @@ void pcd8544_riot(pcd8544_t *dev); } #endif -#endif /* __PDC8544_H */ +#endif /* PDC8544_H */ /** @} */