summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
authorMike <mjc@avtechpulse.com>2000-01-01 00:15:51 +0900
committerMike <mjc@avtechpulse.com>2000-01-01 00:15:51 +0900
commitefca4799e5dbb52fed6963b88d8c73e59b42e123 (patch)
tree1c97b3b8bc419519a679fae2e4379d61baaed8cf /flash.c
parentc042b503b4ce1a5d000b45cbbb029cf30ee86cc1 (diff)
make all aux error messages configurableINSTRUMENT_6_2_36c
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/flash.c b/flash.c
index bff0caa..05bd0ed 100644
--- a/flash.c
+++ b/flash.c
@@ -899,7 +899,8 @@ static void initFlashValues(FlashStruct *mem)
mem->extended_relay_delay_in_sec=0.5;
strcpy(mem->aux_error_message,"PRF too high! Output disabled.");
-
+ strcpy(mem->ot_error_message,"Over-heating problem. Output off.");
+ strcpy(mem->ov_error_message,"Over-voltage/over-current. Output off.");
/* default PW DACs */
mem->pw_dac[0]=2; /* channel 1: ONLY used for EXTERNAL voltage-controlled PW */