From 0107ac7ac828b1afb7a5d21d29c41b1eb7aba370 Mon Sep 17 00:00:00 2001 From: liyan Date: Fri, 26 Aug 2022 03:01:10 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=9B=BE=E7=89=87=E9=93=BE?= =?UTF-8?q?=E6=8E=A5=20Signed-off-by:=20li-yan339=20?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: liyan --- en/device-dev/driver/driver-platform-rtc-develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-rtc-develop.md b/en/device-dev/driver/driver-platform-rtc-develop.md index 83a9679c40..4e7fd05b2e 100644 --- a/en/device-dev/driver/driver-platform-rtc-develop.md +++ b/en/device-dev/driver/driver-platform-rtc-develop.md @@ -63,7 +63,7 @@ The RTC module adaptation involves the following steps: 3. Instantiate the RTC controller object. - Initialize **RtcHost**. - Instantiate **RtcMethod** in the **RtcHost** object. - > ![icon-note.gif](public_sys-resources/icon-note.gif) **NOTE**
+ > ![icon-note.gif](../public_sys-resources/icon-note.gif) **NOTE**
> For details about the functions in **RtcMethod**, see [Available APIs](#available-apis). 4. Debug the driver. -- GitLab