From 0530454d85792ea08db06da12b3b65a87acf4ca8 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期二, 27 五月 2025 15:56:54 +0800 Subject: [PATCH] 网关成功不丢包与改板子通信,但上位机有255-1包序解析错误,偶尔切频点时丢1包,能用版本,但PA开启后功耗变小了,功耗不对 --- 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