Flipper Zero Firmware
Loading...
Searching...
No Matches
stm32_assert.h File Reference

STM32 assert template file. This file should be copied to the application folder and renamed to stm32_assert.h. More...

#include <core/check.h>

Go to the source code of this file.

Macros

#define assert_param(__e)
 

Detailed Description

STM32 assert template file. This file should be copied to the application folder and renamed to stm32_assert.h.

Author
MCD Application Team
Attention

Copyright (c) 2019 STMicroelectronics. All rights reserved.

This software is licensed under terms that can be found in the LICENSE file in the root directory of this software component. If no LICENSE file comes with this software, it is provided AS-IS.

Macro Definition Documentation

◆ assert_param

#define assert_param ( __e)
Value:
do { \
((void)(__e)); \
} while(0)