From fb420cd20df01ec4838e0829963e8f9bd38ad6b2 Mon Sep 17 00:00:00 2001 From: Philip Heron Date: Thu, 29 Dec 2011 19:33:13 +0000 Subject: [PATCH] Add a delay to allow the rtty radio to settle --- hadie.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/hadie.c b/hadie.c index 28ef6e1..fbf38ec 100644 --- a/hadie.c +++ b/hadie.c @@ -155,7 +155,8 @@ int main(void) gps_init(); c3_init(); - /* Let the radio settle before beginning */ + /* Turn on the radio and let it settle before beginning */ + rtx_enable(1); _delay_ms(2000); /* Start interrupts and enter the main loop */