Skip to content

Commit a295f87

Browse files
authored
Remove unused constant kRcmmExcess (#2033)
Per #2031 (comment)
1 parent a2228ed commit a295f87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/ir_RCMM.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ const uint16_t kRcmmMinGapTicks = 120;
3535
const uint32_t kRcmmMinGap = 3360;
3636
// Use a tolerance of +/-10% when matching some data spaces.
3737
const uint8_t kRcmmTolerance = 10;
38-
const uint16_t kRcmmExcess = 50;
3938

4039
#if SEND_RCMM
4140
/// Send a Philips RC-MM packet.

0 commit comments

Comments
 (0)