From cfb6e31e2f540fb6865e2a48b6a1c44bf0c336b4 Mon Sep 17 00:00:00 2001 From: phl0 Date: Thu, 13 Apr 2017 09:35:21 +0200 Subject: [PATCH] Remove Arduino compiler warning --- SerialPort.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SerialPort.cpp b/SerialPort.cpp index 3cb392d..09c6979 100644 --- a/SerialPort.cpp +++ b/SerialPort.cpp @@ -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 ")"