refactoring - reducing complexity
This commit is contained in:
parent
561306bf18
commit
3fa0d21cf3
|
@ -2,7 +2,7 @@
|
|||
// by enum2string.jar tool
|
||||
|
||||
#include "main.h"
|
||||
#include "io_pins.h"
|
||||
|
||||
// auto-generated from../../firmware/\controllers/algo/rusefi_enums.h
|
||||
// by enum2string.jar tool
|
||||
|
||||
|
|
|
@ -1,10 +1,8 @@
|
|||
#ifndef _A_H_HEADER_
|
||||
#define _A_H_HEADER_
|
||||
// auto-generated from../../firmware/controllers/algo/io_pins.h
|
||||
|
||||
|
||||
#include "io_pins.h"
|
||||
// auto-generated from../../firmware/controllers/algo/rusefi_enums.h
|
||||
// supposed to be auto-generated from../../firmware/controllers/algo/rusefi_enums.h but not really
|
||||
|
||||
|
||||
#include "rusefi_enums.h"
|
||||
|
|
Loading…
Reference in New Issue