From bce86bf8ed629487e44526cadde42d9cedec3542 Mon Sep 17 00:00:00 2001 From: Rafi Khan Date: Wed, 26 Aug 2015 16:16:26 -0600 Subject: [PATCH] corrected a typo --- IRremote.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRremote.h b/IRremote.h index ce404a6..4af944a 100644 --- a/IRremote.h +++ b/IRremote.h @@ -324,7 +324,7 @@ class IRsend void sendDenon (unsigned long data, int nbits) ; # endif //...................................................................... -# if SEND_Pronto +# if SEND_PRONTO void sendPronto (char* code, bool repeat, bool fallback) ; # endif } ;