H7 compilation #2284

This commit is contained in:
rusefillc 2021-02-06 00:37:12 -05:00
parent 0ffa4c6e3a
commit cda053f388
3 changed files with 6 additions and 3 deletions

View File

@ -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

View File

@ -97,6 +97,8 @@
* @{
*/
#define HAL_FLASH_MODULE_ENABLED
#ifdef HAL_FLASH_MODULE_ENABLED
/* Private typedef -----------------------------------------------------------*/

View File

@ -85,6 +85,8 @@
* @{
*/
#define HAL_FLASH_MODULE_ENABLED
#ifdef HAL_FLASH_MODULE_ENABLED
/* Private typedef -----------------------------------------------------------*/