From 6ef72d92b4490a168644838daec4ede202c8f458 Mon Sep 17 00:00:00 2001 From: Tomasz Kramkowski Date: Sat, 4 Mar 2017 22:02:39 +0000 Subject: Change header guards to reflect new structure. --- reg.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'reg.h') 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 #include @@ -42,4 +42,4 @@ //#include //#include -#endif /* LIB_REG_H */ +#endif /* MK20DX256_REG_H */ -- cgit v1.2.3-54-g00ecf