From efca4799e5dbb52fed6963b88d8c73e59b42e123 Mon Sep 17 00:00:00 2001 From: Mike Date: Sat, 1 Jan 2000 00:15:51 +0900 Subject: make all aux error messages configurable --- globals.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'globals.h') diff --git a/globals.h b/globals.h index 82fa556..947bb2b 100644 --- a/globals.h +++ b/globals.h @@ -772,6 +772,9 @@ typedef struct { float os_zero_equiv[max_channels]; // addr 10684 + char ot_error_message[40]; /* addr 10692 */ + char ov_error_message[40]; /* addr 10732 */ + char flash_end; } FlashStruct; -- cgit