Skip to content

Commit

Permalink
Fix #if for DECODE_COOLIX48 (#1796)
Browse files Browse the repository at this point in the history
Fix a typo/bad cut & paste.
  • Loading branch information
s-hadinger authored May 6, 2022
1 parent 9192b68 commit 21804f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ir_Coolix.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ void IRsend::sendCoolix48(const uint64_t data, const uint16_t nbits,
}
#endif // SEND_COOLIX48

#if DECODE_COOLIX
#if DECODE_COOLIX48
/// Decode the supplied Coolix 48-bit A/C message.
/// Status: BETA / Probably Working.
/// @param[in,out] results Ptr to the data to decode & where to store the decode
Expand Down

0 comments on commit 21804f5

Please sign in to comment.