ODeV framework
v2
include
stm32_assert.h
Go to the documentation of this file.
1
40
/* Define to prevent recursive inclusion -------------------------------------*/
41
#ifndef __STM32_ASSERT_H
42
#define __STM32_ASSERT_H
43
44
#ifdef __cplusplus
45
extern
"C"
{
46
#endif
47
48
/* Exported types ------------------------------------------------------------*/
49
/* Exported constants --------------------------------------------------------*/
50
/* Includes ------------------------------------------------------------------*/
51
/* Exported macro ------------------------------------------------------------*/
52
53
void
assert_failed(
char
* file, uint32_t line);
54
55
#ifdef __cplusplus
56
}
57
#endif
58
59
#endif
/* __STM32_ASSERT_H */
60
61
62
/************************ (C) COPYRIGHT STMicroelectronics *****END OF FILE****/
Generated by
1.8.14