fixed types

This commit is contained in:
Martino Ferrari
2026-02-06 17:07:31 +01:00
parent dcf2c8a967
commit 25e7daf7e4

View File

@@ -232,15 +232,15 @@
} }
ELAPSED_TIME_SAMPLES = { ELAPSED_TIME_SAMPLES = {
NumberOfElements = @fast_slow_ratio NumberOfElements = @fast_slow_ratio
Type = uint8 Type = uint32
} }
BEAM_ON_TIME_SAMPLES = { BEAM_ON_TIME_SAMPLES = {
NumberOfElements = @fast_slow_ratio NumberOfElements = @fast_slow_ratio
Type = uint8 Type = uint32
} }
SHOT_ID_SAMPLES = { SHOT_ID_SAMPLES = {
NumberOfElements = @fast_slow_ratio NumberOfElements = @fast_slow_ratio
Type = uint8 Type = uint32
} }
CRIO_RV1_SAMPLES = { CRIO_RV1_SAMPLES = {
NumberOfElements = @fast_slow_ratio NumberOfElements = @fast_slow_ratio