summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:20:47 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:20:47 +0900
commitb5cf0aed3eda14af3fa7268ae5715da81e3a3682 (patch)
tree73e740ae4ea7f36c14a33a5db37fb6bfd17c9e39 /globals.h
parent1fe9cd085b8e2c476434b80bbb8a6004dc42e14a (diff)
rename some error messages that flag inappropriate config values
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/globals.h b/globals.h
index a327107..809d526 100644
--- a/globals.h
+++ b/globals.h
@@ -92,10 +92,10 @@
#define ExternalModeDelayError 78
#define PRF_limited_by_offset 79
#define obsolete_feature 80
-#define zero_equiv_ampl_too_large 81
+#define config_too_large 81
#define GPIB_missing 82
#define rise_time_confined_values 83
-#define zero_equiv_ampl_negative 84
+#define config_cant_be_negative 84
#define amplitude_gap 85
#define CalibrationMinMaxError_ampl 86
#define CalibrationMinMaxError_pw 87