summaryrefslogtreecommitdiff
path: root/error_utils.c
diff options
context:
space:
mode:
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;