mirror of https://github.com/g4klx/MMDVM.git
Merge pull request #86 from phl0/fixArduinoWarning
Remove Arduino compiler warning
This commit is contained in:
commit
9c9b759db5
|
@ -81,7 +81,7 @@ const uint8_t MMDVM_DEBUG5 = 0xF5U;
|
|||
#endif
|
||||
|
||||
#if defined(GITVERSION)
|
||||
#define concat(a, b) a " GitID #"b""
|
||||
#define concat(a, b) a " GitID #" b ""
|
||||
const char HARDWARE[] = concat(DESCRIPTION, GITVERSION);
|
||||
#else
|
||||
#define concat(a, b, c) a " (Build: " b " " c ")"
|
||||
|
|
Loading…
Reference in New Issue