summaryrefslogtreecommitdiffstats
path: root/reg/gpio.h
diff options
context:
space:
mode:
Diffstat (limited to 'reg/gpio.h')
-rw-r--r--reg/gpio.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/reg/gpio.h b/reg/gpio.h
index 6bb8d34..642110f 100644
--- a/reg/gpio.h
+++ b/reg/gpio.h
@@ -1,5 +1,5 @@
-#ifndef LIB_REG_GPIO_H
-#define LIB_REG_GPIO_H
+#ifndef MK20DX256_REG_GPIO_H
+#define MK20DX256_REG_GPIO_H
#include <reg/regdefs.h>
@@ -38,4 +38,4 @@
#define GPIOE_PDIR REG_32(0x400FF110) /* Port Data Input Register */
#define GPIOE_PDDR REG_32(0x400FF114) /* Port Data Direction Register */
-#endif /* LIB_REG_GPIO_H */
+#endif /* MK20DX256_REG_GPIO_H */