summaryrefslogtreecommitdiff
path: root/include/motion_sense.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/motion_sense.h')
-rw-r--r--include/motion_sense.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/include/motion_sense.h b/include/motion_sense.h
index b16c309db7..a840d8ce8b 100644
--- a/include/motion_sense.h
+++ b/include/motion_sense.h
@@ -51,7 +51,9 @@ struct motion_data_t {
* MSB is used to know if we are rounding up.
*/
unsigned int odr;
- /* delay between collection by EC, in us.
+
+ /*
+ * delay between collection by EC, in us.
* For non FIFO sensor, should be need 1e6/odr to
* collect events.
* For sensor with FIFO, can be much longer.