This commit is contained in:
Rafi Khan
2015-07-24 16:35:28 -06:00
parent 07236dd6d5
commit ca7f7cd654

View File

@@ -138,7 +138,7 @@ void IRrecv::blink13 (int blinkflag)
// //
bool IRrecv::isIdle ( ) 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 // Restart the ISR state machine