summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto/utils
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/proto/utils')
-rwxr-xr-xn/avr/modules/proto/utils/protodec4
1 files changed, 4 insertions, 0 deletions
diff --git a/n/avr/modules/proto/utils/protodec b/n/avr/modules/proto/utils/protodec
index bc4c77e..014d119 100755
--- a/n/avr/modules/proto/utils/protodec
+++ b/n/avr/modules/proto/utils/protodec
@@ -100,4 +100,8 @@ while (<>)
my @args = /[a-f0-9]{2}/og;
prcmd \%cmd, $c, @args;
}
+ if (/^#.*$/o)
+ {
+ print "$_\n";
+ }
}