refactoring - reducing GPIO complexity

This commit is contained in:
rusefi 2017-04-21 13:36:04 -04:00
parent e1a8dcf4a0
commit ec805f5cba
1 changed files with 3 additions and 4 deletions

View File

@ -6,13 +6,12 @@
* @author Andrey Belomutskiy, (c) 2012-2017
*/
#ifndef SPARKOUT_H_
#define SPARKOUT_H_
#ifndef SIGNAL_EXECUTOR_H_
#define SIGNAL_EXECUTOR_H_
#include "rusefi_enums.h"
#include "global.h"
#include "efifeatures.h"
#include "io_pins.h"
#include "scheduler.h"
#include "efiGpio.h"
@ -51,4 +50,4 @@ void initSignalExecutor(void);
void initSignalExecutorImpl(void);
#endif /* SPARKOUT_H_ */
#endif /* SIGNAL_EXECUTOR_H_ */