From 9d9075e76e7fc06cf0ed218872e357ecf26972e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thea=20Sch=C3=B6bl?= Date: Thu, 27 Dec 2018 20:03:12 +0100 Subject: [PATCH] Added missing #endif --- IRremote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRremote.h b/IRremote.h index d12c978..59bc1f0 100644 --- a/IRremote.h +++ b/IRremote.h @@ -258,7 +258,7 @@ class IRrecv //...................................................................... # if DECODE_NERF_LOP bool decodeNerfLOP (decode_results *results) ; -# +# endif } ; //------------------------------------------------------------------------------