From 6969ac26be2300c4e1954ef000a11d5105ae8721 Mon Sep 17 00:00:00 2001 From: liyan Date: Tue, 12 Apr 2022 07:49:41 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B0=86=E5=88=87=E6=8D=A2=E7=BA=AF=E5=87=80?= =?UTF-8?q?=E7=89=88=E5=AF=BC=E8=87=B4=E7=9A=84=E6=9C=BA=E5=99=A8=E5=91=BD?= =?UTF-8?q?=E5=90=8D=E5=9B=BE=E7=89=87=E6=94=B9=E4=B8=BA=E6=AD=A3=E5=B8=B8?= =?UTF-8?q?=E5=91=BD=E5=90=8D=E5=9B=BE=E7=89=87=20Signed-off-by:=20li-yan3?= =?UTF-8?q?39=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- zh-cn/device-dev/driver/driver-platform-rtc-des.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zh-cn/device-dev/driver/driver-platform-rtc-des.md b/zh-cn/device-dev/driver/driver-platform-rtc-des.md index faaff11de4..fedf6251ca 100644 --- a/zh-cn/device-dev/driver/driver-platform-rtc-des.md +++ b/zh-cn/device-dev/driver/driver-platform-rtc-des.md @@ -39,7 +39,8 @@ RTC(real-time clock)为操作系统中的实时时钟设备,为操作系统提 使用RTC设备的一般流程如下图所示。 **图1** RTC设备使用流程图 - ![zh-cn_image_0000001160971552](figures/zh-cn_image_0000001160971552.png) + + ![image](figures/RTC设备使用流程图.png "RTC设备使用流程图") ### 创建RTC设备句柄 -- GitLab