Removing the ugliest of hacks.
authortravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 19 Jan 2010 18:08:08 +0000 (18:08 +0000)
committertravisutk <travisutk@12e2690d-a6be-4b82-a7b7-67c4a43b65c8>
Tue, 19 Jan 2010 18:08:08 +0000 (18:08 +0000)
git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@271 12e2690d-a6be-4b82-a7b7-67c4a43b65c8

firmware/apps/glitch/glitch.c

index dc79d31..2242448 100644 (file)
@@ -65,13 +65,12 @@ interrupt(TIMERA0_VECTOR) Timer_A (void)
 {
 #ifdef DAC12IR
   //debugstr("Glitching.");
-  DAC12_0DAT = 0;//glitchL;
+  DAC12_0DAT = glitchL;
   asm("nop");
   asm("nop");
   asm("nop");
   asm("nop");
   asm("nop");
-  
   DAC12_0DAT = glitchH;
   //DAC12_0DAT = glitchL;
   /*