From bd6ced95abc5725c991fc100d94a023b27c9e159 Mon Sep 17 00:00:00 2001 From: travisutk Date: Tue, 19 Jan 2010 18:08:08 +0000 Subject: [PATCH] Removing the ugliest of hacks. git-svn-id: https://svn.code.sf.net/p/goodfet/code/trunk@271 12e2690d-a6be-4b82-a7b7-67c4a43b65c8 --- firmware/apps/glitch/glitch.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/firmware/apps/glitch/glitch.c b/firmware/apps/glitch/glitch.c index dc79d31..2242448 100644 --- a/firmware/apps/glitch/glitch.c +++ b/firmware/apps/glitch/glitch.c @@ -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; /* -- 2.20.1