From 3b4e3189211801c6f8f41c5d08c5a8551f28976c Mon Sep 17 00:00:00 2001 From: Keith Packard Date: Thu, 4 May 2017 22:06:16 -0700 Subject: 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 --- src/product/ao_telemini.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/product') 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) { -- cgit v1.2.3