summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGuillaume Knispel <gknispel@avencall.com>2012-07-04 16:19:52 +0200
committerGuillaume Knispel <gknispel@avencall.com>2012-07-04 16:19:52 +0200
commitc963e7eb8604257c4926fa97a935cf740c492d86 (patch)
treee34da81c3e10f14563b8be7b2d6c25f2382fb082
parentddc29bf2c45405aa6bfdf4353fea3d9f39a846d2 (diff)
remove useless variable
-rwxr-xr-xmain.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/main.c b/main.c
index bf9b01c..0a87248 100755
--- a/main.c
+++ b/main.c
@@ -20,7 +20,7 @@
*/
#include "main.h"
-volatile U16 Timer1, TAVector;
+volatile U16 Timer1;
volatile U16 state;
volatile U16 SW1State, SW2State;
@@ -190,7 +190,6 @@ __interrupt void Timer_A(void)
if (Timer1)
Timer1--;
- TAVector = TAIV;
}
void InitPorts(void)