Skip to content

Commit

Permalink
fix 1 based DDP output
Browse files Browse the repository at this point in the history
  • Loading branch information
dkulp committed Oct 26, 2020
1 parent f3309e9 commit 723687f
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/channeloutput/DDP.cpp
Expand Up @@ -202,9 +202,6 @@ DDPOutputData::~DDPOutputData() {
void DDPOutputData::PrepareData(unsigned char *channelData, UDPOutputMessages &msgs) {
if (valid && active) {
int start = startChannel - 1;
if (type == 5) {
start = 0;
}
struct mmsghdr msg;
memset(&msg, 0, sizeof(msg));

Expand Down

0 comments on commit 723687f

Please sign in to comment.