summaryrefslogtreecommitdiff
path: root/n/avr/modules/proto/test
diff options
context:
space:
mode:
Diffstat (limited to 'n/avr/modules/proto/test')
-rw-r--r--n/avr/modules/proto/test/test_proto.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/n/avr/modules/proto/test/test_proto.c b/n/avr/modules/proto/test/test_proto.c
index 0503b6c..0b0883f 100644
--- a/n/avr/modules/proto/test/test_proto.c
+++ b/n/avr/modules/proto/test/test_proto.c
@@ -67,8 +67,9 @@ proto_callback (uint8_t cmd, uint8_t size, uint8_t *args)
}
int
-main (void)
+main (int argc, char **argv)
{
+ avr_init (argc, argv);
sei ();
uart0_init ();
/* This command should be generaly sent on reset. */