diff options
author | Keith Packard <keithp@keithp.com> | 2012-08-30 16:28:53 -0500 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-08-30 16:28:53 -0500 |
commit | ab9d5bf13e6f1735a0463f4bcab13d65170b7015 (patch) | |
tree | b676bd0f19044408d31f07668c32f191f9015d11 /src | |
parent | b635cb26ba54c8f5c6a958e0ab0bc4d34d33b635 (diff) |
altos: ao_cc_spi.h isn't necessary for telelco
The SPI radio defines are in ao_radio_spi.h
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/telelco-v0.1/Makefile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/telelco-v0.1/Makefile b/src/telelco-v0.1/Makefile index 32115c42..d2702dd6 100644 --- a/src/telelco-v0.1/Makefile +++ b/src/telelco-v0.1/Makefile @@ -14,7 +14,6 @@ INC = \ ao_sample.h \ ao_pins.h \ ao_product.h \ - ao_cc_spi.h \ ao_seven_segment.h \ ao_lco.h \ ao_lco_cmd.h \ |