From 4eaa6c091f97ca3455b2ae48a5f68867c0f7768e Mon Sep 17 00:00:00 2001 From: XaviDCR92 Date: Tue, 26 Dec 2017 22:18:37 +0100 Subject: * Slight optimization: all comparations against true are now compared against != false. + Added a provisional background during gameplay (still WIP). * Map editor now allows creating a map. --- Source/Serial.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Source/Serial.h') 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__ -- cgit v1.2.3