From bee670865494cd5dc6086495bf10a7d5496b2864 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期四, 12 六月 2025 10:23:08 +0800 Subject: [PATCH] 加入休眠引脚判断版本,isp脚换成别的脚,代码未修改对应引脚 --- keil/include/components/hido/Include/HIDO_LWIPTimer.h | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_LWIPTimer.h b/keil/include/components/hido/Include/HIDO_LWIPTimer.h new file mode 100644 index 0000000..ef5f72c --- /dev/null +++ b/keil/include/components/hido/Include/HIDO_LWIPTimer.h @@ -0,0 +1,6 @@ +#ifndef HIDOLIBRARY_LWIP_HIDO_LWIPTIMER_H_ +#define HIDOLIBRARY_LWIP_HIDO_LWIPTIMER_H_ + +#include "HIDO_TypeDef.h" + +#endif /* HIDOLIBRARY_LWIP_HIDO_LWIPTIMER_H_ */ -- Gitblit v1.9.3