mirror of https://github.com/rusefi/rusefi-1.git
H7 compilation #2284
This commit is contained in:
parent
0ffa4c6e3a
commit
cda053f388
|
@ -71,13 +71,12 @@
|
|||
|
||||
EXTERN_ENGINE;
|
||||
|
||||
#if HAL_USE_SPI
|
||||
extern bool isSpiInitialized[5];
|
||||
|
||||
/**
|
||||
* #311 we want to test RTC before engine start so that we do not test it while engine is running
|
||||
*/
|
||||
bool rtcWorks = true;
|
||||
#if HAL_USE_SPI
|
||||
extern bool isSpiInitialized[5];
|
||||
|
||||
/**
|
||||
* Only one consumer can use SPI bus at a given time
|
||||
|
|
|
@ -97,6 +97,8 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#define HAL_FLASH_MODULE_ENABLED
|
||||
|
||||
#ifdef HAL_FLASH_MODULE_ENABLED
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
|
|
|
@ -85,6 +85,8 @@
|
|||
* @{
|
||||
*/
|
||||
|
||||
#define HAL_FLASH_MODULE_ENABLED
|
||||
|
||||
#ifdef HAL_FLASH_MODULE_ENABLED
|
||||
|
||||
/* Private typedef -----------------------------------------------------------*/
|
||||
|
|
Loading…
Reference in New Issue