fixing F7 build
This commit is contained in:
parent
153380c9f3
commit
d4c49fd8fa
|
@ -4,11 +4,11 @@
|
||||||
* @brief In this header we can configure which firmware modules are used.
|
* @brief In this header we can configure which firmware modules are used.
|
||||||
*
|
*
|
||||||
* @date Aug 29, 2013
|
* @date Aug 29, 2013
|
||||||
* @author Andrey Belomutskiy, (c) 2012-2017
|
* @author Andrey Belomutskiy, (c) 2012-2019
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#ifndef EFIFEATURES_H_
|
#ifndef EFIFEATURES_STM32F4_H_
|
||||||
#define EFIFEATURES_H_
|
#define EFIFEATURES_STM32F4_H_
|
||||||
|
|
||||||
#define EFI_GPIO_HARDWARE TRUE
|
#define EFI_GPIO_HARDWARE TRUE
|
||||||
|
|
||||||
|
@ -393,4 +393,4 @@
|
||||||
#define EFI_BOARD_TEST TRUE
|
#define EFI_BOARD_TEST TRUE
|
||||||
#define EFI_JOYSTICK TRUE
|
#define EFI_JOYSTICK TRUE
|
||||||
|
|
||||||
#endif /* EFIFEATURES_H_ */
|
#endif /* EFIFEATURES_STM32F4_H_ */
|
||||||
|
|
|
@ -30,14 +30,9 @@
|
||||||
#undef EFI_MCP_3208
|
#undef EFI_MCP_3208
|
||||||
#define EFI_MCP_3208 FALSE
|
#define EFI_MCP_3208 FALSE
|
||||||
|
|
||||||
#undef EFI_HIP_9011
|
#undef EFI_MC33816
|
||||||
#define EFI_HIP_9011 TRUE
|
|
||||||
|
|
||||||
#define EFI_MC33816 FALSE
|
#define EFI_MC33816 FALSE
|
||||||
|
|
||||||
#undef EFI_CJ125
|
|
||||||
#define EFI_CJ125 TRUE
|
|
||||||
|
|
||||||
#undef EFI_DENSO_ADC
|
#undef EFI_DENSO_ADC
|
||||||
#define EFI_DENSO_ADC FALSE
|
#define EFI_DENSO_ADC FALSE
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue