refactoring - reducing GPIO complexity
This commit is contained in:
parent
e1a8dcf4a0
commit
ec805f5cba
|
@ -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_ */
|
||||
|
|
Loading…
Reference in New Issue