corrected a typo

This commit is contained in:
Rafi Khan
2015-08-26 16:16:26 -06:00
parent 0bf5993a5b
commit bce86bf8ed

View File

@@ -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
} ;