aboutsummaryrefslogtreecommitdiff
path: root/Source/Serial.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/Serial.h')
-rw-r--r--Source/Serial.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/Source/Serial.h b/Source/Serial.h
index 30ad901..c74ae86 100644
--- a/Source/Serial.h
+++ b/Source/Serial.h
@@ -1,5 +1,5 @@
-#ifndef __SERIAL_HEADER__
-#define __SERIAL_HEADER__
+#ifndef SERIAL_HEADER__
+#define SERIAL_HEADER__
/* *************************************
* Includes
@@ -30,4 +30,4 @@ volatile bool SerialIsBusy(void);
void Serial_printf(const char* str, ...);
#endif // SERIAL_INTERFACE
-#endif // __SERIAL_HEADER__
+#endif // SERIAL_HEADER__