Skip to content

Commit dfd14d4

Browse files
committed
Increased RAWLEN to 101 to stop Panasonic codes overflowing
1 parent 5d99488 commit dfd14d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

IRremoteInt.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
//------------------------------------------------------------------------------
3939
// Information for the Interrupt Service Routine
4040
//
41-
#define RAWBUF 100 // Maximum length of raw duration buffer
41+
#define RAWBUF 101 // Maximum length of raw duration buffer
4242

4343
typedef
4444
struct {

0 commit comments

Comments
 (0)