summaryrefslogtreecommitdiff
path: root/src/product/Makefile.telemini
diff options
context:
space:
mode:
authorKeith Packard <keithp@keithp.com>2012-03-26 23:35:35 -0700
committerKeith Packard <keithp@keithp.com>2012-03-26 23:35:35 -0700
commitc1d12a117b36de7fe8dd992959b890bfd1163e81 (patch)
treea2be474737f3f3fb062b60ca6ea26301706151f6 /src/product/Makefile.telemini
parentc2550d72aee371676d2f09316051567681e53a7c (diff)
Do radio settings solely by frequency
Compute the radio setting needed based on the calibration value provided and the requested frequency. Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product/Makefile.telemini')
-rw-r--r--src/product/Makefile.telemini3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/product/Makefile.telemini b/src/product/Makefile.telemini
index 75beeae4..82ec42a2 100644
--- a/src/product/Makefile.telemini
+++ b/src/product/Makefile.telemini
@@ -33,7 +33,8 @@ CORE_SRC = \
ao_stdio.c \
ao_storage.c \
ao_task.c \
- ao_telemetry.c
+ ao_telemetry.c \
+ ao_freq.c
CC1111_SRC = \
ao_adc.c \