Skip to content

Commit

Permalink
Additional location needed updating.
Browse files Browse the repository at this point in the history
Also include the compile dependency in `IRsend.h` too.

Ref: #2010 (comment)
  • Loading branch information
crankyoldgit authored Jul 8, 2023
1 parent f9b1852 commit 1e20b55
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/IRsend.h
Original file line number Diff line number Diff line change
Expand Up @@ -310,11 +310,12 @@ class IRsend {
void sendSherwood(uint64_t data, uint16_t nbits = kSherwoodBits,
uint16_t repeat = kSherwoodMinRepeat);
#endif
#if SEND_SAMSUNG
// `sendSAMSUNG()` is required by `sendLG()`
#if (SEND_SAMSUNG || SEND_LG)
void sendSAMSUNG(const uint64_t data, const uint16_t nbits = kSamsungBits,
const uint16_t repeat = kNoRepeat);
uint32_t encodeSAMSUNG(const uint8_t customer, const uint8_t command);
#endif
#endif // (SEND_SAMSUNG || SEND_LG)
#if SEND_SAMSUNG36
void sendSamsung36(const uint64_t data, const uint16_t nbits = kSamsung36Bits,
const uint16_t repeat = kNoRepeat);
Expand Down

0 comments on commit 1e20b55

Please sign in to comment.