Show if parameter change has been confirmed by ABX

This commit is contained in:
2023-08-02 00:33:43 +02:00
parent c32e2b71cd
commit d5b65828aa
11 changed files with 48 additions and 6 deletions

View File

@ -5,6 +5,7 @@
extern "C" {
#endif
#include "params.h"
#include "stw_defines.h"
#include <stdint.h>
@ -168,6 +169,8 @@ typedef struct {
float desired_speed;
ConePosition cone_pos[NUM_CONES];
ParamType last_param_confirmed;
} VehicleState;
extern VehicleState vehicle_state;