diff options
| author | Keith Packard <keithp@keithp.com> | 2017-05-04 22:06:16 -0700 |
|---|---|---|
| committer | Keith Packard <keithp@keithp.com> | 2017-05-04 22:10:36 -0700 |
| commit | 3b4e3189211801c6f8f41c5d08c5a8551f28976c (patch) | |
| tree | afaf632e60f0395784066e2c6c7331bb3f96e1ab /src/product | |
| parent | e76d543a203f210683cb77df2b9bbff1a9f4b381 (diff) | |
altos: Move 'ao_force_freq' to ao_config.c
Instead of having to add it to each product using this variable.
Signed-off-by: Keith Packard <keithp@keithp.com>
Diffstat (limited to 'src/product')
| -rw-r--r-- | src/product/ao_telemini.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/product/ao_telemini.c b/src/product/ao_telemini.c index b192763d..14414a48 100644 --- a/src/product/ao_telemini.c +++ b/src/product/ao_telemini.c @@ -19,8 +19,6 @@ #include "ao.h" #include "ao_pins.h" -__xdata uint8_t ao_force_freq; - void main(void) { |
