stm32_serDes_protobuf_project/libs/stm32f4xx/inc/stm32f4xx_conf.h
2024-06-06 14:12:37 +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_ */