summaryrefslogtreecommitdiff
path: root/flash.c
diff options
context:
space:
mode:
Diffstat (limited to 'flash.c')
-rw-r--r--flash.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/flash.c b/flash.c
index 3b06b79..a384c90 100644
--- a/flash.c
+++ b/flash.c
@@ -897,6 +897,7 @@ static void initFlashValues(FlashStruct *mem)
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.");
+ strcpy(mem->jig_error_message,"Jig lid is open. Output off.");
/* default PW DACs */
mem->pw_dac[0]=2; /* channel 1: ONLY used for EXTERNAL voltage-controlled PW */