mirror of
https://github.com/iNavFlight/inav.git
synced 2025-07-13 11:29:56 +03:00
warning fixes
This commit is contained in:
parent
ecda71571c
commit
a0e0c0cfa1
1 changed files with 2 additions and 0 deletions
|
@ -22,8 +22,10 @@
|
|||
#ifdef USE_FULL_ASSERT
|
||||
#include "stm32_assert.h"
|
||||
#else
|
||||
#ifndef assert_param
|
||||
#define assert_param(expr) ((void)0U)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/** @addtogroup STM32H7xx_LL_Driver
|
||||
* @{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue