diff options
| author | Keith Packard <keithp@keithp.com> | 2012-06-15 22:40:30 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2012-06-15 22:40:30 -0700 |
| commit | e09e35471e788b88909ff01037fb8e0e4eabcd7d (patch) | |
| tree | bc0403bfcc0563fc7c884bbab79ca348cb7797fe /src/megametrum-v0.1/Makefile | |
| parent | c2949ea15c59215834fedac7646f50c8a09f716f (diff) | |
altos: Start making cc1120 radio work
RDF tones and radio calibration work now.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/megametrum-v0.1/Makefile')
| -rw-r--r-- | src/megametrum-v0.1/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/megametrum-v0.1/Makefile b/src/megametrum-v0.1/Makefile index a07b25ee..5761fed7 100644 --- a/src/megametrum-v0.1/Makefile +++ b/src/megametrum-v0.1/Makefile @@ -24,7 +24,6 @@ INC = \ # Common AltOS sources # -# ao_cc1120.c \ # ao_packet.c \ # ao_packet_slave.c \ @@ -45,6 +44,7 @@ ALTOS_SRC = \ ao_freq.c \ ao_dma_stm.c \ ao_spi_stm.c \ + ao_cc1120.c \ ao_ms5607.c \ ao_adc_stm.c \ ao_beep_stm.c \ |
