Increased RAWLEN to 101 to stop Panasonic codes overflowing

This commit is contained in:
Bluechip
2015-06-20 18:24:50 +01:00
parent 5d994880b9
commit dfd14d437c

View File

@@ -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 {