From 002140e63420e6a7acc7dfb7c5bc5d51dcfa938c Mon Sep 17 00:00:00 2001 From: Joey Castillo Date: Sun, 20 Feb 2022 15:29:50 -0500 Subject: documentation fix --- apps/spi-test/app.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'apps/spi-test') 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; -- cgit v1.2.3