diff --git a/irRecv.cpp b/irRecv.cpp index a6fafe2..6cafb58 100644 --- a/irRecv.cpp +++ b/irRecv.cpp @@ -138,7 +138,7 @@ void IRrecv::blink13 (int blinkflag) // bool IRrecv::isIdle ( ) { - return (irparams.rcvstate == STATE_IDLE || irparams.rcvstate == STATE_STOP) ? true : false; + return (irparams.rcvstate == STATE_IDLE || irparams.rcvstate == STATE_STOP) ? true : false; } //+============================================================================= // Restart the ISR state machine