diff options
Diffstat (limited to 'device-functions.c')
-rw-r--r-- | device-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.c b/device-functions.c index 51134ff..0551cbf 100644 --- a/device-functions.c +++ b/device-functions.c @@ -3421,7 +3421,7 @@ int Check_MinMax_Cal(int channel,int parameter) case (pwl_ampl_values): status=Set_Amplitude(1,0,0,0,0,0,channel,globals.Flash.min_ampl[channel],0) || Set_Amplitude(1,0,0,0,0,0,channel,globals.Flash.max_ampl[channel],0) - || Set_Amplitude(1,0,0,0,0,0,channel,0.0,0); + || Set_Amplitude(1,0,0,0,0,0,channel,rst_ampl_value(channel),0); break; case (pwl_os_values): |