Switch from GPLv2 to GPLv2+
[fw/altos] / src / teledongle-v1.8 / ao_teledongle.c
index 68d6de60c9d979eec0bf072484772aa8d798e2a3..7fd6acdb33aee92646b5cc7bbba6277dc77097ee 100644 (file)
@@ -3,7 +3,8 @@
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; version 2 of the License.
+ * the Free Software Foundation; either version 2 of the License, or
+ * (at your option) any later version.
  *
  * This program is distributed in the hope that it will be useful, but
  * WITHOUT ANY WARRANTY; without even the implied warranty of
@@ -43,12 +44,12 @@ main(void)
        ao_usb_init();
        ao_radio_init();
        ao_monitor_init();
-       ao_rssi_init(AO_LED_RED);
        ao_packet_master_init();
        ao_send_packet_init();
 
        ao_config_init();
 
+       ao_led_off(AO_LED_RED);
        ao_start_scheduler();
        return 0;
 }