X-Git-Url: http://dolda2000.com/gitweb/?p=kokare.git;a=blobdiff_plain;f=kokare.c;h=b2c523715739dc16c79a17e6a0317b484842169e;hp=131015de548faeb025f4953ccc57840686c394f4;hb=882c9ed28852a4d774f40e9c7a71dff82105a074;hpb=8c536798197a233e09c8d146581b434cb7c954e5 diff --git a/kokare.c b/kokare.c index 131015d..b2c5237 100644 --- a/kokare.c +++ b/kokare.c @@ -35,7 +35,6 @@ uint8_t dsp[2] = {0, 0}; char leda = 0; char ledc = 0; /* Timer */ -volatile char of = 0; volatile int oticks = 0; unsigned long mnow; /* Pulse counter */ @@ -457,7 +456,6 @@ ISR(SIG_OUTPUT_COMPARE2A) ISR(SIG_OVERFLOW1) { - of = 1; oticks++; }