From 6e7ede49942ddf1111f28b95aacc75e5e27f327f Mon Sep 17 00:00:00 2001 From: hadeshyp Date: Tue, 12 Jun 2012 15:14:32 +0000 Subject: [PATCH] *** empty log message *** --- dac_program.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dac_program.pl b/dac_program.pl index a5af93a..4e8a018 100755 --- a/dac_program.pl +++ b/dac_program.pl @@ -42,7 +42,7 @@ while (my $a = <$fh>) { $o |= $val; my @values; - foreach my $i (0..($chain-1)) { + foreach my $i (0..15) { $values[$i] = 0x00F00000; } $values[16] = $chain; -- 2.43.0