1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-13 19:40:27 +03:00

warning fixes

This commit is contained in:
Marcelo Bezerra 2025-03-24 17:21:31 +01:00
parent ecda71571c
commit a0e0c0cfa1
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -22,8 +22,10 @@
#ifdef USE_FULL_ASSERT #ifdef USE_FULL_ASSERT
#include "stm32_assert.h" #include "stm32_assert.h"
#else #else
#ifndef assert_param
#define assert_param(expr) ((void)0U) #define assert_param(expr) ((void)0U)
#endif #endif
#endif
/** @addtogroup STM32H7xx_LL_Driver /** @addtogroup STM32H7xx_LL_Driver
* @{ * @{