diff options
author | Keith Packard <keithp@keithp.com> | 2012-03-26 23:35:35 -0700 |
---|---|---|
committer | Keith Packard <keithp@keithp.com> | 2012-03-26 23:35:35 -0700 |
commit | c1d12a117b36de7fe8dd992959b890bfd1163e81 (patch) | |
tree | a2be474737f3f3fb062b60ca6ea26301706151f6 /src/teleterra-v0.2 | |
parent | c2550d72aee371676d2f09316051567681e53a7c (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/teleterra-v0.2')
-rw-r--r-- | src/teleterra-v0.2/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/teleterra-v0.2/Makefile b/src/teleterra-v0.2/Makefile index 0747bfbf..4967d187 100644 --- a/src/teleterra-v0.2/Makefile +++ b/src/teleterra-v0.2/Makefile @@ -28,7 +28,8 @@ CORE_SRC = \ ao_sqrt.c \ ao_stdio.c \ ao_storage.c \ - ao_task.c + ao_task.c \ + ao_freq.c CC1111_SRC = \ ao_battery.c \ |