Fix simulator compilation
This commit is contained in:
parent
fd4ee51fd6
commit
b8d8d70bfb
|
@ -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 :=
|
||||||
|
|
|
@ -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) {}
|
||||||
|
|
Loading…
Reference in New Issue