Skip to content

Commit fa4ea80

Browse files
committed
Remove unused code
1 parent 5a7e085 commit fa4ea80

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

nexa_decoder/nexa_decoder.ino

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,6 @@ enum PulseType {
4444
PULSE_NO // Not one of the others. An invalid pulse.
4545
};
4646

47-
const unsigned int TIMINGS_LEN = 512;
48-
unsigned int timings[TIMINGS_LEN];
49-
5047
void setup()
5148
{
5249
RF_SETUP();

0 commit comments

Comments
 (0)