Update irRecv.cpp

This commit is contained in:
salocinx
2017-02-02 14:20:41 +01:00
committed by GitHub
parent 69c4503209
commit dd6da0d0cd

View File

@@ -84,6 +84,11 @@ int IRrecv::decode (decode_results *results)
DBG_PRINTLN("Attempting Lego Power Functions");
if (decodeLegoPowerFunctions(results)) return true ;
#endif
#if DECODE_CDTV
DBG_PRINTLN("Attempting Commodore Amiga CDTV decode");
if (decodeCDTV(results)) return true;
#endif
// decodeHash returns a hash on any input.
// Thus, it needs to be last in the list.