minor fix

This commit is contained in:
rusefi 2017-11-06 22:44:32 -05:00
parent 96c401f098
commit 2a3a26c45c
1 changed files with 3 additions and 3 deletions

View File

@ -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_ */