disable fancy bit graphics for now
authorDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 18 Jun 2016 08:15:23 +0000 (10:15 +0200)
committerDobrica Pavlinusic <dpavlin@rot13.org>
Sat, 18 Jun 2016 08:15:23 +0000 (10:15 +0200)
openocd-jtag-boundary-scan.pl

index 3ef10cb..19fd0aa 100755 (executable)
@@ -81,6 +81,7 @@ warn "# sort = ",dump(@sort);
 
 sub bits {
        my $bits = shift;
+       return $bits; # FIXME disable for now
        $bits =~ s/0/ /;
        $bits =~ s/^(.)0/$1 /;
        $bits =~ s/^1/I/;