diff --git a/src/LoRa_APRS_iGate.cpp b/src/LoRa_APRS_iGate.cpp index 67a5db0..e6518a1 100644 --- a/src/LoRa_APRS_iGate.cpp +++ b/src/LoRa_APRS_iGate.cpp @@ -214,7 +214,7 @@ void loop() } else { - iter++; // cppcheck-suppress postfixOperator + ++iter; } } }