Remove Arduino compiler warning

c4fmdemod
phl0 2017-04-13 09:35:21 +02:00
parent 4f6f519dc7
commit cfb6e31e2f
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
#endif #endif
#if defined(GITVERSION) #if defined(GITVERSION)
#define concat(a, b) a " GitID #"b"" #define concat(a, b) a " GitID #" b ""
const char HARDWARE[] = concat(DESCRIPTION, GITVERSION); const char HARDWARE[] = concat(DESCRIPTION, GITVERSION);
#else #else
#define concat(a, b, c) a " (Build: " b " " c ")" #define concat(a, b, c) a " (Build: " b " " c ")"