aboutsummaryrefslogtreecommitdiff
path: root/usr
diff options
context:
space:
mode:
Diffstat (limited to 'usr')
-rw-r--r--usr/test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/test.c b/usr/test.c
index c5c07b4..7129937 100644
--- a/usr/test.c
+++ b/usr/test.c
@@ -7,7 +7,7 @@
#include <util/mutex.h>
#define MAX_ITER 4096
-//Multiplier for SYS_TIME_2
+//Multiplier for SYS_TIME_2 but note that times are reported in ns rather than us
//#define MULTIPLIER 1000000/900
//#define TIMER(x) sys0_32(SYS_TIME_2, &x)
//static unsigned long ti, tf;