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