diff options
Diffstat (limited to 'src/app.hpp')
-rw-r--r-- | src/app.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app.hpp b/src/app.hpp index 14cf2f9..3fc5738 100644 --- a/src/app.hpp +++ b/src/app.hpp @@ -132,7 +132,7 @@ typedef struct CarInfo { bool parking_brake_stt; bool accel_pedal_stt; double accel_pedal_pos; - const char *car_stt; + bool running_stt; bool headlamp_stt; bool lightstatus_brake_stt; } CarInfo; |