aboutsummaryrefslogtreecommitdiffstats
path: root/src/sensor_bulk.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/sensor_bulk.h')
-rw-r--r--src/sensor_bulk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sensor_bulk.h b/src/sensor_bulk.h
index 9c130bea..c750dbda 100644
--- a/src/sensor_bulk.h
+++ b/src/sensor_bulk.h
@@ -4,7 +4,7 @@
struct sensor_bulk {
uint16_t sequence, possible_overflows;
uint8_t data_count;
- uint8_t data[52];
+ uint8_t data[51];
};
void sensor_bulk_reset(struct sensor_bulk *sb);