From 170c552ebdc180e3a231231d5851909fd29f6f39 Mon Sep 17 00:00:00 2001 From: schodet Date: Sat, 5 Nov 2005 22:18:39 +0000 Subject: Correction de avrconfig.h. Tests sur host. --- n/avr/modules/proto/test/test_proto.c | 1 - 1 file changed, 1 deletion(-) (limited to 'n/avr/modules/proto/test/test_proto.c') 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) -- cgit v1.2.3