Fix simulator compilation

This commit is contained in:
Jasper Blanckenburg 2023-11-18 14:49:55 +01:00
parent fd4ee51fd6
commit b8d8d70bfb
2 changed files with 1 additions and 2 deletions

View File

@ -20,7 +20,7 @@ all clean assets:
$(error Spaces not allowed in path) $(error Spaces not allowed in path)
else else
ADDITIONAL_SOURCES := ADDITIONAL_SOURCES := $(application_path)/../Core/Src/vehicle_state.c
ADDITIONAL_INCLUDE_PATHS := $(application_path)/../Core/Inc ADDITIONAL_INCLUDE_PATHS := $(application_path)/../Core/Inc
ADDITIONAL_LIBRARY_PATHS := ADDITIONAL_LIBRARY_PATHS :=
ADDITIONAL_LIBRARIES := ADDITIONAL_LIBRARIES :=

View File

@ -49,7 +49,6 @@ int CALLBACK WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance,
// Stubs // Stubs
extern "C" { extern "C" {
VehicleState vehicle_state;
void params_dec(ParamType param) {} void params_dec(ParamType param) {}
void params_inc(ParamType param) {} void params_inc(ParamType param) {}
void params_broadcast(ParamType param) {} void params_broadcast(ParamType param) {}