1
0
Fork 0
mirror of https://github.com/iNavFlight/inav.git synced 2025-07-12 10:59:59 +03:00
This commit is contained in:
Marcelo Bezerra 2025-03-25 09:39:36 +01:00
parent 8221f3ba32
commit 0cbb9754d5
No known key found for this signature in database
GPG key ID: 718A5AC065848530

View file

@ -23,8 +23,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
* @{