diff options
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; |