diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:15:51 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:15:51 +0900 |
commit | efca4799e5dbb52fed6963b88d8c73e59b42e123 (patch) | |
tree | 1c97b3b8bc419519a679fae2e4379d61baaed8cf /flash.c | |
parent | c042b503b4ce1a5d000b45cbbb029cf30ee86cc1 (diff) |
make all aux error messages configurableINSTRUMENT_6_2_36c
Diffstat (limited to 'flash.c')
-rw-r--r-- | flash.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |