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
|
#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 ")"
|
||||||
|
|
Loading…
Reference in New Issue