summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto/test/test_proto.c
diff options
context:
space:
mode:
authorschodet2005-11-05 22:18:39 +0000
committerschodet2005-11-05 22:18:39 +0000
commit170c552ebdc180e3a231231d5851909fd29f6f39 (patch)
treebc18626edb19a8036c561813efb71e5d2a9dfcb1 /n/avr/modules/proto/test/test_proto.c
parent3f27c3e3fbedc75e6a04258aa7e375c9c632ea3d (diff)
Correction de avrconfig.h.
Tests sur host.
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)