From 961c1174bbf1aaae5fa2f672806ed4eaf2f917be Mon Sep 17 00:00:00 2001 From: WXK <287788329@qq.com> Date: 星期三, 05 二月 2025 15:45:10 +0800 Subject: [PATCH] 串口传输协议加上一位指令类型 --- 01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/version.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/version.h b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/version.h index e9580b6..64b5664 100644 --- a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/version.h +++ b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/radio/prf_lib/include/version.h @@ -5,6 +5,6 @@ #define VERSION_MAJOR 1 #define VERSION_MINOR 1 #define VERSION_PACTH 0 -#define VERSION_COMMITID 0xaa1093f +#define VERSION_COMMITID 0x737a729 #endif /* __LIBPRF_PAN1080_VERSION_H__ */ -- Gitblit v1.9.3