You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/private/IRremoteInt.h
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -49,8 +49,8 @@ struct irparams_struct {
49
49
uint8_tblinkpin;
50
50
uint8_tblinkflag; ///< true -> enable blinking of pin on IR processing
51
51
uint16_trawlen; ///< counter of entries in rawbuf
52
-
uint16_ttimer; ///< State timer, counts 50uS ticks.
53
-
uint16_trawbuf[RAW_BUFFER_LENGTH]; ///< raw data, first entry is the length of the gap between previous and current command
52
+
uint16_ttimer; ///< State timer, counts 50uS ticks.
53
+
uint16_trawbuf[RAW_BUFFER_LENGTH]; ///< raw data / tick counts per mark/space, first entry is the length of the gap between previous and current command
54
54
uint8_toverflow; ///< Raw buffer overflow occurred
0 commit comments