From 6026e1d551259899c2d291d12b512bb7b1f632ff Mon Sep 17 00:00:00 2001 From: Nico Date: Fri, 1 May 2015 18:48:46 +0200 Subject: [PATCH] Fix: removed invalid return --- IRLremoteReceive.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/IRLremoteReceive.hpp b/IRLremoteReceive.hpp index 943fc90..cc27606 100644 --- a/IRLremoteReceive.hpp +++ b/IRLremoteReceive.hpp @@ -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