summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 19:41:00 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2010-04-21 19:41:00 +0000
commit732cfb4dd932c051af555740a5cc5412588e1d67 (patch)
tree1a3b654489a1a9238227c4178824016f89089272 /sys
parent8ce41e9fda91d29fefdeec97863a9f8ddaca36a2 (diff)
scale angle by 1000000 to permit min.sec accuracy
Diffstat (limited to 'sys')
-rw-r--r--sys/sys/sensors.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/sys/sensors.h b/sys/sys/sensors.h
index c560dbe974d..c434244e729 100644
--- a/sys/sys/sensors.h
+++ b/sys/sys/sensors.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: sensors.h,v 1.29 2010/04/21 04:07:11 deraadt Exp $ */
+/* $OpenBSD: sensors.h,v 1.30 2010/04/21 19:40:59 deraadt Exp $ */
/*
* Copyright (c) 2003, 2004 Alexander Yurchenko <grange@openbsd.org>
@@ -48,7 +48,7 @@ enum sensor_type {
SENSOR_TIMEDELTA, /* system time error (nSec) */
SENSOR_HUMIDITY, /* humidity (m%RH) */
SENSOR_FREQ, /* frequency (Hz) */
- SENSOR_ANGLE, /* degrees */
+ SENSOR_ANGLE, /* angle (mudegrees) */
SENSOR_MAX_TYPES
};