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/tidongle | |
| 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/tidongle')
| -rw-r--r-- | src/tidongle/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tidongle/Makefile b/src/tidongle/Makefile index 698d612c..149b00c5 100644 --- a/src/tidongle/Makefile +++ b/src/tidongle/Makefile @@ -26,7 +26,8 @@ CORE_SRC = \ ao_rssi.c \ ao_state.c \ ao_stdio.c \ - ao_task.c + ao_task.c \ + ao_freq.c CC1111_SRC = \ ao_aes.c \ |
