Skip to content

Commit

Permalink
Fix: removed invalid return
Browse files Browse the repository at this point in the history
  • Loading branch information
Nico committed May 1, 2015
1 parent 9a1c649 commit 6026e1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion IRLremoteReceive.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -318,7 +318,6 @@ decodePanasonic(const uint16_t duration){
// command represents (MSB to LSB):
// vendor parity(4), genre1(4), genre2(4), data(10), ID(2), parity(8)
uint32_t command = UINT32_AT_OFFSET(dataPanasonic, 2); IREvent(IR_PANASONIC, address, command);
return;
}

// reset reading
Expand Down

0 comments on commit 6026e1d

Please sign in to comment.