提交 0e3e2886 编写于 作者: S SummerGift

[bsp][stm32] fix ci bug

上级 8e742404
......@@ -58,6 +58,9 @@
extern "C" {
#endif /* __cplusplus */
/* Includes ------------------------------------------------------------------*/
#include <rtthread.h>
/** @addtogroup Library_configuration_section
* @{
*/
......
......@@ -21,7 +21,7 @@
volatile rt_uint32_t HC574_state = 0;
void HC574_SetPin(uint32_t _pin, uint8_t _value)
void HC574_SetPin(rt_uint32_t _pin, uint8_t _value)
{
if (_value == 0)
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册