From ebc25b64bd01dcc4d5a8f8d57982981f3f30fb07 Mon Sep 17 00:00:00 2001 From: Pablo2048 Date: Mon, 10 Mar 2025 18:31:21 +0100 Subject: [PATCH] Fix c++17 warning --- src/SigLed.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SigLed.cpp b/src/SigLed.cpp index 20cd42d..75a0a9d 100644 --- a/src/SigLed.cpp +++ b/src/SigLed.cpp @@ -32,7 +32,7 @@ void SigLED::rtLed() _state = LS_RUN; ++_ptr; ++_pptr; - // no break - we fall through LS_RUN state + [[fallthrough]]; // no break - we fall through LS_RUN state case LS_RUN: { uint8_t instr = getInstruction();