Add a delay to allow the rtty radio to settle

master
Philip Heron 2011-12-29 19:33:13 +00:00
rodzic 6155f601ce
commit fb420cd20d
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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 */