Merge pull request #86 from phl0/fixArduinoWarning

Remove Arduino compiler warning
This commit is contained in:
Jonathan Naylor 2017-04-13 09:19:18 +01:00 committed by GitHub
commit 9c9b759db5
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 ")"