kinetis asking for guard, also I've must have messed up something

This commit is contained in:
Andrey 2022-12-17 18:05:01 -05:00
parent 748f97afeb
commit f9a23a7ea8
1 changed files with 4 additions and 8 deletions

View File

@ -7,8 +7,7 @@
* @author Andrey Belomutskiy, (c) 2012-2020
*/
#ifndef EFIFEATURES_H_
#define EFIFEATURES_H_
#pragma once
#define EFI_GPIO_HARDWARE TRUE
@ -25,7 +24,7 @@
#define EFI_PWM_TESTER FALSE
#define EFI_ENABLE_CRITICAL_ENGINE_STOP FALSE
#define EFI_ENABLE_ENGINE_WARNING TRUE
#define EFI_ENABLE_ENGINE_WARNING FALSE
/**
* if you have a 60-2 trigger, or if you just want better performance, you
@ -145,7 +144,7 @@
#define EFI_LCD FALSE
#ifndef EFI_IDLE_CONTROL
#define EFI_IDLE_CONTROL TRUE
#define EFI_IDLE_CONTROL FALSE
#endif
#define EFI_IDLE_PID_CIC FALSE
@ -153,7 +152,7 @@
/**
* Control the main power relay based on measured ignition voltage (Vbatt)
*/
#define EFI_MAIN_RELAY_CONTROL TRUE
#define EFI_MAIN_RELAY_CONTROL FALSE
#ifndef EFI_PWM
#define EFI_PWM FALSE
@ -353,6 +352,3 @@
uart_lld_blocking_send(TS_PRIMARY_PORT, strlen(__debugBuffer), (void *)__debugBuffer); \
} \
}
#endif /* EFIFEATURES_H_ */