stm32_serDes_protobuf_project/libs/stm32f4xx/inc/stm32f4xx_conf.h

9 lines
137 B
C
Raw Normal View History

2024-03-28 17:25:38 +03:00
#ifndef STM32F4XX_CONF_H_
#define STM32F4XX_CONF_H_
#ifndef assert_param
#define assert_param(x)
#endif
#endif /* STM32F4XX_CONF_H_ */