Skip to content

Commit

Permalink
Merge pull request #21 from MartinMueller2003/master
Browse files Browse the repository at this point in the history
Added missing return statement
  • Loading branch information
forkineye authored Oct 10, 2021
2 parents dc50d14 + a280650 commit 416aceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ESPAsyncE131.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ ESPAsyncE131::ESPAsyncE131(uint8_t buffers) {

bool ESPAsyncE131::begin(e131_listen_t type, uint16_t universe, uint8_t n)
{
begin (type, E131_ListenPort, universe, n);
return begin (type, E131_ListenPort, universe, n);
}

bool ESPAsyncE131::begin (e131_listen_t type, ESPAsyncE131PortId UdpPortId, uint16_t universe, uint8_t n)
Expand Down

0 comments on commit 416aceb

Please sign in to comment.