steering-wheel/Core/Src/vehicle_state.c
Jasper v. Blanckenburg 2347b738c5 Make header structure compatible with simulator
Currently, the generated Makefile doesn't successfully compile. But it
is possible to run the simulator again by manually editing the Makefile.
2023-05-23 02:20:00 +02:00

4 lines
62 B
C

#include "vehicle_state.h"
VehicleState vehicle_state = {0};