diff options
author | Keith Packard <keithp@keithp.com> | 2017-08-11 23:44:04 -0400 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2017-08-11 23:44:04 -0400 |
commit | 7006613573ba4fe21fb7f1c88f305d608298b721 (patch) | |
tree | c422afee52b0e70e4838aef393f2f238c3bb6802 /src/telefire-v0.2/ao_telefire.c | |
parent | f1bbf1bd18d52a084af714a022b12bfc3c76374c (diff) |
telefire-v0.2: Disable rotary address switchestelefire-4-no-addr
These are failing in the field, so stop trying to use them.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/telefire-v0.2/ao_telefire.c')
-rw-r--r-- | src/telefire-v0.2/ao_telefire.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/telefire-v0.2/ao_telefire.c b/src/telefire-v0.2/ao_telefire.c index 5187d5b9..e2c34459 100644 --- a/src/telefire-v0.2/ao_telefire.c +++ b/src/telefire-v0.2/ao_telefire.c @@ -18,7 +18,6 @@ #include <ao.h> #include <ao_pad.h> -#include <ao_74hc165.h> #include <ao_radio_cmac_cmd.h> void @@ -34,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(); |