summaryrefslogtreecommitdiff
path: root/globals.h
diff options
context:
space:
mode:
Diffstat (limited to 'globals.h')
-rw-r--r--globals.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/globals.h b/globals.h
index 6b2e272..7aafe73 100644
--- a/globals.h
+++ b/globals.h
@@ -884,7 +884,7 @@ typedef struct {
float err_max_slew[max_channels];
float err_min_load_type[max_channels];
float err_max_load_type[max_channels];
- float err_max_zout[max_channels];
+ int err_max_zout[max_channels];
float composite_min_burst_time[max_channels]; /* minimum ever possible gap, taking into account all constraints */
} ConstraintsStruct;