diff options
author | Mike <mjc@avtechpulse.com> | 2000-01-01 00:02:18 +0900 |
---|---|---|
committer | Mike <mjc@avtechpulse.com> | 2000-01-01 00:02:18 +0900 |
commit | fff6c123bde578b81a9693968fafe0c6aaa7a5ac (patch) | |
tree | b384334953d72920c72408600461afc96903adbb /globals.h | |
parent | a9c3e67f488141de9e2c953bd5a007cef12bf8a0 (diff) |
add ability to temporarily disable timing cal percentage check, for burst/sep/dly2
Diffstat (limited to 'globals.h')
-rw-r--r-- | globals.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -892,6 +892,7 @@ typedef struct { int shutdown_started; int flash_write_in_progress; int startup_complete; + int disable_timing_cal_percent_check; } SysFlagStruct; |