From 7f639d18d818c9e459cd6f121d99f21a2c011666 Mon Sep 17 00:00:00 2001 From: Bluechip Date: Sat, 20 Jun 2015 18:24:50 +0100 Subject: [PATCH] Increased RAWLEN to 101 to stop Panasonic codes overflowing --- IRremoteInt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IRremoteInt.h b/IRremoteInt.h index 393b502..486e0cf 100644 --- a/IRremoteInt.h +++ b/IRremoteInt.h @@ -38,7 +38,7 @@ //------------------------------------------------------------------------------ // Information for the Interrupt Service Routine // -#define RAWBUF 100 // Maximum length of raw duration buffer +#define RAWBUF 101 // Maximum length of raw duration buffer typedef struct {