mirror of
https://github.com/wled/WLED.git
synced 2025-04-23 22:37:18 +00:00
Fix consecutive break statement.
This commit is contained in:
parent
47be430bc1
commit
2f8365a790
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user