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/device/Include/pan_clk.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/device/Include/pan_clk.h b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/device/Include/pan_clk.h
index 6a9c55b..8c5e10c 100644
--- a/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/device/Include/pan_clk.h
+++ b/01_SDK/modules/hal/panchip/panplat/pan1070/bsp/device/Include/pan_clk.h
@@ -393,7 +393,7 @@
     CLK_FLASH_CLKDIV_4  = 0x02, /*!< Divide-by-4 */
     CLK_FLASH_CLKDIV_8  = 0x04, /*!< Divide-by-8 */
     CLK_FLASH_CLKDIV_16 = 0x08, /*!< Divide-by-16 */
-    CLK_FLASH_CLKDIV_32 = 0x10,  /*!< Divide-by-32 */
+    CLK_FLASH_CLKDIV_30 = 0x0F, /*!< Divide-by-30 */
 };
 
 

--
Gitblit v1.9.3