From 14b2520625648c1a4f6b855eafc0d94c83c49203 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:16:23 +0900 Subject: ampl_zero_equiv can be large in some AVRQ units, use smallest_allowed_number for comparisons instead --- menus.c | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) (limited to 'menus.c') diff --git a/menus.c b/menus.c index 3de5af3..d205812 100644 --- a/menus.c +++ b/menus.c @@ -1921,21 +1921,21 @@ static void Submenu_Display(int change_selection) case (mode_ampl_fixed_point0): use_ampl = globals.Flash.fixed_ampl_points[channel][0]; String_Parameter_To_Text(use_ampl,3,"",fixed_ampl_units,&mode_name,YES,LCD_col_width); - if (fabs(globals.ChannelState[channel].amplitude-use_ampl)