Fix simulator compilation
This commit is contained in:
		@ -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) {}
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user