Unnecessary local variable, now that the devil for loop is gone.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 12 Feb 2011 20:41:04 +0000 (20:41 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Sat, 12 Feb 2011 20:41:04 +0000 (20:41 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@911 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/goodfet.c

index f5c7ece..124a352 100644 (file)
 //! Initialize registers and all that jazz.
 void init()
 {
-#ifdef DAC12IR
-       int i;
-#endif
-
        WDTCTL = WDTPW + WDTHOLD;                                       // Stop watchdog timer
 
        //LED out and on.