summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2015-10-07 15:58:56 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2015-10-07 15:58:56 -0400
commitd3c0e65fb0d895e4be0c838ada6e4e80e090db74 (patch)
tree39085b5eb73d62426703ff006d9fe3a3c13067e5 /error_utils.c
parent5cceb7dcca5aa12204258d304ff2e450368bebb3 (diff)
purge obsolete AVMP-4-B PW range control mode, bump versionINSTRUMENT_6_0_27
Diffstat (limited to 'error_utils.c')
-rw-r--r--error_utils.c5
1 files changed, 5 insertions, 0 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<smallest_allowed_number) {
early_quit = TRUE;