review feedback
This commit is contained in:
parent
359f7c437b
commit
82b7190dc0
|
@ -7,8 +7,7 @@
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2019
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EFIFEATURES_STM32F4_H_
|
#pragma once
|
||||||
#define EFIFEATURES_STM32F4_H_
|
|
||||||
|
|
||||||
#define EFI_GPIO_HARDWARE TRUE
|
#define EFI_GPIO_HARDWARE TRUE
|
||||||
|
|
||||||
|
@ -404,5 +403,3 @@
|
||||||
#define INTERMEDIATE_LOGGING_BUFFER_SIZE 2000
|
#define INTERMEDIATE_LOGGING_BUFFER_SIZE 2000
|
||||||
|
|
||||||
#define EFI_JOYSTICK TRUE
|
#define EFI_JOYSTICK TRUE
|
||||||
|
|
||||||
#endif /* EFIFEATURES_STM32F4_H_ */
|
|
||||||
|
|
|
@ -12,8 +12,7 @@
|
||||||
|
|
||||||
#include "../stm32f4ems/efifeatures.h"
|
#include "../stm32f4ems/efifeatures.h"
|
||||||
|
|
||||||
#ifndef EFIFEATURES_STM32F7_H_
|
#pragma once
|
||||||
#define EFIFEATURES_STM32F7_H_
|
|
||||||
|
|
||||||
// Warning! This is a test config!
|
// Warning! This is a test config!
|
||||||
|
|
||||||
|
@ -109,5 +108,3 @@
|
||||||
|
|
||||||
// todo: temporary ignore errors, this is a test config
|
// todo: temporary ignore errors, this is a test config
|
||||||
#define EFI_PRINT_ERRORS_AS_WARNINGS TRUE
|
#define EFI_PRINT_ERRORS_AS_WARNINGS TRUE
|
||||||
|
|
||||||
#endif /* EFIFEATURES_STM32F7_H_ */
|
|
||||||
|
|
|
@ -4,11 +4,10 @@
|
||||||
* @date May 11, 2014
|
* @date May 11, 2014
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2017
|
||||||
*/
|
*/
|
||||||
#ifndef TRIGGER_BMW_H_
|
|
||||||
#define TRIGGER_BMW_H_
|
#pragma once
|
||||||
|
|
||||||
#include "trigger_structure.h"
|
#include "trigger_structure.h"
|
||||||
|
|
||||||
void configureMiniCooperTriggerShape(TriggerShape *s);
|
void configureMiniCooperTriggerShape(TriggerShape *s);
|
||||||
|
|
||||||
#endif /* TRIGGER_BMW_H_ */
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
; rusefi_config.txt the project specific file
|
; rusefi_config.txt the project specific file
|
||||||
;
|
;
|
||||||
; In TunerStudio some fields have little question mark on the left of the name for additional field tips.
|
; In TunerStudio some fields have little question mark on the left of the name for additional field tips.
|
||||||
; Those tips are defined in ../integraion/rusefi_config.txt
|
; Those tips are defined in ../integration/rusefi_config.txt
|
||||||
;
|
;
|
||||||
; For example
|
; For example
|
||||||
;
|
;
|
||||||
|
|
Loading…
Reference in New Issue