better default DEFAULT_ENGINE_TYPE
This commit is contained in:
parent
cf729a0d3a
commit
78675bf57b
|
@ -6,6 +6,8 @@ DDEFS += -DSTM32F407xx
|
|||
|
||||
# We are running on Frankenso hardware!
|
||||
DDEFS += -DHW_FRANKENSO=1
|
||||
DDEFS += -DDEFAULT_ENGINE_TYPE=DEFAULT_FRANKENSO
|
||||
|
||||
DDEFS += -DSTM32_I2C_USE_I2C3=TRUE
|
||||
|
||||
ifndef IS_RE_BOOTLOADER
|
||||
|
|
|
@ -11,7 +11,7 @@
|
|||
#include "persistent_configuration.h"
|
||||
|
||||
#ifndef DEFAULT_ENGINE_TYPE
|
||||
#define DEFAULT_ENGINE_TYPE DEFAULT_FRANKENSO
|
||||
#define DEFAULT_ENGINE_TYPE MINIMAL_PINS
|
||||
#endif
|
||||
|
||||
#define CLT_MANUAL_IDLE_CORRECTION config->cltIdleCorrBins, config->cltIdleCorr, CLT_CURVE_SIZE
|
||||
|
|
Loading…
Reference in New Issue