Fix c++17 warning
This commit is contained in:
parent
9d1bbc3969
commit
ebc25b64bd
@ -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();
|
||||
|
Loading…
x
Reference in New Issue
Block a user