summaryrefslogtreecommitdiffstats
path: root/apps/spi-test/app.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/spi-test/app.c')
-rw-r--r--apps/spi-test/app.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/spi-test/app.c b/apps/spi-test/app.c
index 504835bf..d00b635a 100644
--- a/apps/spi-test/app.c
+++ b/apps/spi-test/app.c
@@ -36,7 +36,7 @@ typedef union {
uint16_t filter : 2; // bandwidth filtering selection (see lis2dw_bandwidth_filtering_mode_t)
uint16_t accel : 14; // Z acceleration value, raw, offset by 16384
} z;
- uint32_t counter : 16; // number of seconds since timestamp in header
+ uint32_t counter : 16; // number of centiseconds since timestamp in header
} data;
uint64_t value;
} accelerometer_data_acquisition_record_t;