Skip to content

Commit

Permalink
[H7][LIB] Remove duplicate definition of assert_param from LL dma & Tim
Browse files Browse the repository at this point in the history
  • Loading branch information
ezshinoda committed Feb 8, 2020
1 parent 3a42a37 commit 6725595
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,6 @@
/* Includes ------------------------------------------------------------------*/
#include "stm32h7xx_ll_dma.h"
#include "stm32h7xx_ll_bus.h"
#ifdef USE_FULL_ASSERT
#include "stm32_assert.h"
#else
#define assert_param(expr) ((void)0U)
#endif

/** @addtogroup STM32H7xx_LL_Driver
* @{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,12 +22,6 @@
#include "stm32h7xx_ll_tim.h"
#include "stm32h7xx_ll_bus.h"

#ifdef USE_FULL_ASSERT
#include "stm32_assert.h"
#else
#define assert_param(expr) ((void)0U)
#endif /* USE_FULL_ASSERT */

/** @addtogroup STM32H7xx_LL_Driver
* @{
*/
Expand Down

0 comments on commit 6725595

Please sign in to comment.