From c590b7b3d53942a76aa97e8e12db9bf17b1112c9 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Tue, 9 Jan 2024 16:47:09 -0500 Subject: [PATCH] The final missing struct member --- include/hexagram/telemetry/dash.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/hexagram/telemetry/dash.h b/include/hexagram/telemetry/dash.h index 48de78c..baa103f 100644 --- a/include/hexagram/telemetry/dash.h +++ b/include/hexagram/telemetry/dash.h @@ -34,6 +34,7 @@ typedef struct _hexagram_telemetry_dash_race { uint16_t lap_number; uint8_t race_position, throttle, + brake, clutch, handbrake, gear;