From d3c0e65fb0d895e4be0c838ada6e4e80e090db74 Mon Sep 17 00:00:00 2001 From: "Michael J. Chudobiak" Date: Wed, 7 Oct 2015 15:58:56 -0400 Subject: purge obsolete AVMP-4-B PW range control mode, bump version --- error_utils.c | 5 +++++ globals.h | 10 ++++++++-- version.h | 2 +- 3 files changed, 14 insertions(+), 3 deletions(-) diff --git a/error_utils.c b/error_utils.c index 395da81..6361065 100644 --- a/error_utils.c +++ b/error_utils.c @@ -689,6 +689,11 @@ int Error_check(ChannelStruct ChannelStateToTest[max_channels]) break; } + // check for channel-specific obsolete features + if ( globals.Flash.use_high_ampl_ranges_for_high_pw_ranges[i] ) { + report_error = obsolete_feature; + } + /* check for settings that would cause divide-by-zero errors in the error-checking routine */ if (ChannelStateToTest[i].frequency