mirror of
https://github.com/wled/WLED.git
synced 2025-07-17 07:46:32 +00:00
whitespace cleanup
This commit is contained in:
parent
a4fcbb9f67
commit
349578fb6e
@ -392,10 +392,6 @@ BusNetwork::BusNetwork(BusConfig &bc) : Bus(bc.type, bc.start, bc.autoWhite) {
|
||||
_rgbw = false;
|
||||
_UDPtype = 1;
|
||||
break;
|
||||
case TYPE_NET_DDP_RGB:
|
||||
_rgbw = false;
|
||||
_UDPtype = 0;
|
||||
break;
|
||||
default: // TYPE_NET_DDP_RGB / TYPE_NET_DDP_RGBW
|
||||
_rgbw = bc.type == TYPE_NET_DDP_RGBW;
|
||||
_UDPtype = 0;
|
||||
|
Loading…
x
Reference in New Issue
Block a user