From dad0e995a420e53b5fedf4479d403ca2fd9900dd Mon Sep 17 00:00:00 2001 From: travisutk Date: Sat, 12 Feb 2011 20:41:04 +0000 Subject: [PATCH] Unnecessary local variable, now that the devil for loop is gone. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@911 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/goodfet.c | 4 ---- 1 file changed, 4 deletions(-) diff --git a/firmware/goodfet.c b/firmware/goodfet.c index f5c7ece..124a352 100644 --- a/firmware/goodfet.c +++ b/firmware/goodfet.c @@ -18,10 +18,6 @@ //! Initialize registers and all that jazz. void init() { -#ifdef DAC12IR - int i; -#endif - WDTCTL = WDTPW + WDTHOLD; // Stop watchdog timer //LED out and on. -- 2.20.1