From fe8b7ab9dd1949c53af8f09f08679bdf0280c104 Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Sat, 9 Jan 2016 16:28:53 -0800 Subject: Switch TeleMega v2.0 to CC1200 radio chip That's what we're using, after all Signed-off-by: Keith Packard --- src/telemega-v2.0/Makefile | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'src/telemega-v2.0/Makefile') diff --git a/src/telemega-v2.0/Makefile b/src/telemega-v2.0/Makefile index 2e0e8908..6a1c05b0 100644 --- a/src/telemega-v2.0/Makefile +++ b/src/telemega-v2.0/Makefile @@ -21,7 +21,7 @@ INC = \ ao_hmc5883.h \ ao_mpu6000.h \ ao_mma655x.h \ - ao_cc1120_CC1120.h \ + ao_cc1200_CC1200.h \ ao_profile.h \ ao_task.h \ ao_whiten.h \ @@ -85,9 +85,7 @@ ALTOS_SRC = \ ao_freq.c \ ao_dma_stm.c \ ao_spi_stm.c \ - ao_cc1120.c \ - ao_fec_tx.c \ - ao_fec_rx.c \ + ao_cc1200.c \ ao_data.c \ ao_ms5607.c \ ao_mma655x.c \ -- cgit v1.2.3