summaryrefslogtreecommitdiff
path: root/src/teleshield-v0.1
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/teleshield-v0.1
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/teleshield-v0.1')
-rw-r--r--src/teleshield-v0.1/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/teleshield-v0.1/Makefile b/src/teleshield-v0.1/Makefile
index a21a6052..44780476 100644
--- a/src/teleshield-v0.1/Makefile
+++ b/src/teleshield-v0.1/Makefile
@@ -41,7 +41,8 @@ CORE_SRC = \
ao_state.c \
ao_storage.c \
ao_stdio.c \
- ao_task.c
+ ao_task.c \
+ ao_freq.c
CC1111_SRC = \
ao_dbg.c \