Added missing #endif

This commit is contained in:
2018-12-27 20:03:12 +01:00
committed by GitHub
parent 793ea06011
commit 9d9075e76e

View File

@@ -258,7 +258,7 @@ class IRrecv
//...................................................................... //......................................................................
# if DECODE_NERF_LOP # if DECODE_NERF_LOP
bool decodeNerfLOP (decode_results *results) ; bool decodeNerfLOP (decode_results *results) ;
# # endif
} ; } ;
//------------------------------------------------------------------------------ //------------------------------------------------------------------------------