STM32L4 : compilation issue

Issue comes only when ST HAL macro USE_FULL_ASSERT is enabled
pull/5738/head
jeromecoutant 2017-12-12 11:00:56 +01:00 committed by adbridge
parent b753262432
commit 0dfa368c76
1 changed files with 2 additions and 0 deletions

View File

@ -611,6 +611,8 @@ typedef struct __SPI_HandleTypeDef
#define IS_SPI_CRC_POLYNOMIAL(POLYNOMIAL) (((POLYNOMIAL) >= 0x1U) && ((POLYNOMIAL) <= 0xFFFFU) && (((POLYNOMIAL)&0x1U) != 0U))
#define IS_SPI_DMA_HANDLE(HANDLE) ((HANDLE) != NULL)
/**
* @}