telefire-v0.2: Disable rotary address switches
[fw/altos] / src / telefire-v0.2 / ao_telefire.c
index f27ca5e8bdb21ed155555f438880c800803ed67c..e2c3445989380d2c9494cd393acf811146a49767 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
@@ -17,7 +18,6 @@
 
 #include <ao.h>
 #include <ao_pad.h>
-#include <ao_74hc165.h>
 #include <ao_radio_cmac_cmd.h>
 
 void
@@ -33,7 +33,6 @@ main(void)
        ao_adc_init();
        ao_cmd_init();
        ao_spi_init();
-       ao_74hc165_init();
        ao_storage_init();
        ao_usb_init();
        ao_radio_init();