Fix consecutive break statement.

This commit is contained in:
Max Hedge 2020-01-25 16:53:37 +00:00
parent 47be430bc1
commit 2f8365a790

View File

@ -378,7 +378,6 @@ void decodeIR6(uint32_t code)
case 10:colorFromUint32(COLOR_PURPLE); break;
case 11:colorFromUint32(COLOR_PINK); break;
case 12:colorFromUint32(COLOR_WHITE); break;
break;
default:break;
}