Skip to content

Commit

Permalink
Remove unused constant kRcmmExcess (#2033)
Browse files Browse the repository at this point in the history
  • Loading branch information
crankyoldgit committed Sep 1, 2023
1 parent a2228ed commit a295f87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/ir_RCMM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ const uint16_t kRcmmMinGapTicks = 120;
const uint32_t kRcmmMinGap = 3360;
// Use a tolerance of +/-10% when matching some data spaces.
const uint8_t kRcmmTolerance = 10;
const uint16_t kRcmmExcess = 50;

#if SEND_RCMM
/// Send a Philips RC-MM packet.
Expand Down

0 comments on commit a295f87

Please sign in to comment.