summaryrefslogtreecommitdiff
path: root/HST-S/support/timer.h
diff options
context:
space:
mode:
Diffstat (limited to 'HST-S/support/timer.h')
-rwxr-xr-xHST-S/support/timer.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/HST-S/support/timer.h b/HST-S/support/timer.h
index 5c00213..4d597b9 100755
--- a/HST-S/support/timer.h
+++ b/HST-S/support/timer.h
@@ -37,9 +37,9 @@
typedef struct Timer{
- struct timeval startTime[4];
- struct timeval stopTime[4];
- double time[4];
+ struct timeval startTime[7];
+ struct timeval stopTime[7];
+ double time[7];
}Timer;