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/kernel/ao_config.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/kernel') diff --git a/src/kernel/ao_config.c b/src/kernel/ao_config.c index 5dda1c85..25634ffc 100644 --- a/src/kernel/ao_config.c +++ b/src/kernel/ao_config.c @@ -35,6 +35,10 @@ __pdata uint8_t ao_config_loaded; __pdata uint8_t ao_config_dirty; __xdata uint8_t ao_config_mutex; +#if HAS_FORCE_FREQ +__xdata uint8_t ao_force_freq; +#endif + #ifndef AO_CONFIG_DEFAULT_APRS_INTERVAL #define AO_CONFIG_DEFAULT_APRS_INTERVAL 0 #endif -- cgit v1.2.3