aboutsummaryrefslogtreecommitdiff
path: root/apps/drivers/drv_accel.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/drivers/drv_accel.h')
-rw-r--r--apps/drivers/drv_accel.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/drivers/drv_accel.h b/apps/drivers/drv_accel.h
index 977440518..55b7a6b2b 100644
--- a/apps/drivers/drv_accel.h
+++ b/apps/drivers/drv_accel.h
@@ -109,7 +109,7 @@ ORB_DECLARE(sensor_accel);
/** set the accel measurement range to handle at least (arg) g */
#define ACCELIOCSRANGE _ACCELIOC(7)
-/** get the current accel measurement range */
+/** get the current accel measurement range in g */
#define ACCELIOCGRANGE _ACCELIOC(8)
#endif /* _DRV_ACCEL_H */