mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
Merge pull request #10663 from SteveCEvans/ll_spi
[H7][LIB] Remove duplicate definition of assert_param from LL spi
This commit is contained in:
commit
e887bf0159
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