Fix c++17 warning

This commit is contained in:
Pavel Brychta 2025-03-10 18:31:21 +01:00
parent 9d1bbc3969
commit ebc25b64bd

View File

@ -32,7 +32,7 @@ void SigLED::rtLed()
_state = LS_RUN; _state = LS_RUN;
++_ptr; ++_ptr;
++_pptr; ++_pptr;
// no break - we fall through LS_RUN state [[fallthrough]]; // no break - we fall through LS_RUN state
case LS_RUN: { case LS_RUN: {
uint8_t instr = getInstruction(); uint8_t instr = getInstruction();