mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-12 19:10:32 +03:00
[H7][LIB] Remove duplicate definition of assert_param from LL spi
This commit is contained in:
parent
025ee87a7a
commit
823d0edf99
1 changed files with 0 additions and 5 deletions
|
@ -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
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue