Skip to content

Commit 6026e1d

Browse files
author
Nico
committed
Fix: removed invalid return
1 parent 9a1c649 commit 6026e1d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

IRLremoteReceive.hpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,6 @@ decodePanasonic(const uint16_t duration){
318318
// command represents (MSB to LSB):
319319
// vendor parity(4), genre1(4), genre2(4), data(10), ID(2), parity(8)
320320
uint32_t command = UINT32_AT_OFFSET(dataPanasonic, 2); IREvent(IR_PANASONIC, address, command);
321-
return;
322321
}
323322

324323
// reset reading

0 commit comments

Comments
 (0)