summaryrefslogtreecommitdiff
path: root/device-functions.h
diff options
context:
space:
mode:
authorMichael J. Chudobiak <mjc@avtechpulse.com>2014-10-23 11:16:30 -0400
committerMichael J. Chudobiak <mjc@avtechpulse.com>2014-10-23 11:16:30 -0400
commit244c370cee3d8f2a00dc5d7c55e6ff8be2d80fdd (patch)
treecfc3459580aabd66118db0688a79590c3eb1d7b6 /device-functions.h
parent9f14da87d160d0e6bcb00d02533d994c584d45a4 (diff)
AVR-D4-B mods: if min+max ampl both positive, do not reset to zero
Diffstat (limited to 'device-functions.h')
-rw-r--r--device-functions.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/device-functions.h b/device-functions.h
index 9e47de2..6e5287c 100644
--- a/device-functions.h
+++ b/device-functions.h
@@ -74,7 +74,7 @@ int IO_Setup_RS232(int baud, char handshake, gboolean update_flash);
int change_password (gchar *old_password, gchar *new_password);
int number_of_fixed_ampl_points(int channel);
-float rst_fixed_ampl_point (int channel);
+float rst_ampl_value (int channel);
gboolean fixed_ampl_ok (int channel, float use_ampl);
void get_min_max_fixed_ampls (int channel, float *min_ampl, float *max_ampl);