summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto/test/test_proto.c
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/proto/test/test_proto.c')
-rw-r--r--n/avr/modules/proto/test/test_proto.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/n/avr/modules/proto/test/test_proto.c b/n/avr/modules/proto/test/test_proto.c
index 3b7e535..0503b6c 100644
--- a/n/avr/modules/proto/test/test_proto.c
+++ b/n/avr/modules/proto/test/test_proto.c
@@ -72,7 +72,6 @@ main (void)
sei ();
uart0_init ();
/* This command should be generaly sent on reset. */
- printf ("reset\n");
proto_send0 ('z');
/* This is to accept commands. */
while (1)