From 387d1ffc16ce9e050403baee0ed07f3d9accf632 Mon Sep 17 00:00:00 2001 From: chen <15335560115@163.com> Date: 星期五, 04 七月 2025 14:55:15 +0800 Subject: [PATCH] 初步移植完成0.6.8SDK,但发送有len太长未找到原因 --- keil/include/components/hido/Include/HIDO_ATLiteParse.h | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git a/keil/include/components/hido/Include/HIDO_ATLiteParse.h b/keil/include/components/hido/Include/HIDO_ATLiteParse.h new file mode 100644 index 0000000..e35ad21 --- /dev/null +++ b/keil/include/components/hido/Include/HIDO_ATLiteParse.h @@ -0,0 +1,13 @@ +/* + * HIDO_ATLiteParse.h + * + * Created on: 2017年9月5日 + * Author: YIYI + */ + +#ifndef _HIDO_ATLITEPARSE_H_ +#define _HIDO_ATLITEPARSE_H_ + +HIDO_VOID HIDO_ATLiteCmdParse(HIDO_ATLiteDeviceStruct *_pstDevice); + +#endif /* _HIDO_ATLITEPARSE_H_ */ -- Gitblit v1.9.3