stm32_serDes_protobuf_project/lib/STM32F4xx/stm32f4xx_conf.h
2024-03-28 17:25:38 +03:00

9 lines
137 B
C

#ifndef STM32F4XX_CONF_H_
#define STM32F4XX_CONF_H_
#ifndef assert_param
#define assert_param(x)
#endif
#endif /* STM32F4XX_CONF_H_ */