diff --git a/main.c b/main.c index 238b6f0..4c7be5f 100644 --- a/main.c +++ b/main.c @@ -75,7 +75,8 @@ * * Ticks are used as our way of keep track of long button presses. * */ -#define LONG_PRESS_TICKS 60 +//original sent had 60 +#define LONG_PRESS_TICKS 66 /*A structure to hold the button info*/ @@ -381,9 +382,8 @@ static inline void init_timer0() { TCCR0B = 0x00; //zero timer /*set prescaler*/ - //TCCR0B |= (1<