minor fix
This commit is contained in:
parent
96c401f098
commit
2a3a26c45c
|
@ -6,8 +6,8 @@
|
|||
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||
*/
|
||||
|
||||
#ifndef INJECTOR_CONTROL_H_
|
||||
#define INJECTOR_CONTROL_H_
|
||||
#ifndef SETTINGS_H_
|
||||
#define SETTINGS_H_
|
||||
|
||||
#include "engine.h"
|
||||
|
||||
|
@ -19,4 +19,4 @@ void setCallFromPitStop(int durationMs);
|
|||
void setEngineType(int value);
|
||||
const char* getConfigurationName(engine_type_e engineType);
|
||||
|
||||
#endif /* INJECTOR_CONTROL_H_ */
|
||||
#endif /* SETTINGS_H_ */
|
||||
|
|
Loading…
Reference in New Issue