summaryrefslogtreecommitdiffstats
path: root/reg.h
diff options
context:
space:
mode:
authorTomasz Kramkowski <tk@the-tk.com>2017-03-04 22:02:39 +0000
committerTomasz Kramkowski <tk@the-tk.com>2017-03-04 22:02:39 +0000
commit6ef72d92b4490a168644838daec4ede202c8f458 (patch)
treea0df16eb695be18c8febac7bc9375d4a38c7d19f /reg.h
parent7c6c15e2fe40b1d793616d26c148e4e3a08df879 (diff)
downloadmk20dx256-6ef72d92b4490a168644838daec4ede202c8f458.tar.gz
mk20dx256-6ef72d92b4490a168644838daec4ede202c8f458.tar.xz
mk20dx256-6ef72d92b4490a168644838daec4ede202c8f458.zip
Change header guards to reflect new structure.
Diffstat (limited to 'reg.h')
-rw-r--r--reg.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/reg.h b/reg.h
index 8d316e0..0330eaf 100644
--- a/reg.h
+++ b/reg.h
@@ -1,5 +1,5 @@
-#ifndef LIB_REG_H
-#define LIB_REG_H
+#ifndef MK20DX256_REG_H
+#define MK20DX256_REG_H
#include <reg/port.h>
#include <reg/sim.h>
@@ -42,4 +42,4 @@
//#include <reg/tsi.h>
//#include <reg/jtagc.h>
-#endif /* LIB_REG_H */
+#endif /* MK20DX256_REG_H */