[H7][LIB] Remove duplicate definition of assert_param from LL spi

This commit is contained in:
Steve Evans 2021-04-03 14:03:54 +01:00
parent 025ee87a7a
commit 823d0edf99
1 changed files with 0 additions and 5 deletions

View File

@ -25,11 +25,6 @@
#ifdef GENERATOR_I2S_PRESENT
#include "stm32h7xx_ll_rcc.h"
#endif /* GENERATOR_I2S_PRESENT*/
#ifdef USE_FULL_ASSERT
#include "stm32_assert.h"
#else
#define assert_param(expr) ((void)0U)
#endif
/** @addtogroup STM32H7xx_LL_Driver
* @{