diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:47 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:20:47 +0900 |
commit | b5cf0aed3eda14af3fa7268ae5715da81e3a3682 (patch) | |
tree | 73e740ae4ea7f36c14a33a5db37fb6bfd17c9e39 /globals.h | |
parent | 1fe9cd085b8e2c476434b80bbb8a6004dc42e14a (diff) |
rename some error messages that flag inappropriate config values
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |