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 /globals.h | |
parent | c042b503b4ce1a5d000b45cbbb029cf30ee86cc1 (diff) |
make all aux error messages configurableINSTRUMENT_6_2_36c
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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; |