aboutsummaryrefslogtreecommitdiff
path: root/Source/System.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/System.h')
-rw-r--r--Source/System.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/System.h b/Source/System.h
index 306bd5f..aa5aebe 100644
--- a/Source/System.h
+++ b/Source/System.h
@@ -1,5 +1,5 @@
-#ifndef __SYSTEM_HEADER__
-#define __SYSTEM_HEADER__
+#ifndef SYSTEM_HEADER__
+#define SYSTEM_HEADER__
/* **************************************
* Includes *
@@ -137,4 +137,4 @@ unsigned char SystemGetSineValue(void);
* Global Variables *
* **************************************/
-#endif //__SYSTEM_HEADER__
+#endif //SYSTEM_HEADER__