From 871fd71367d24cc828ff77fa381d756f2b041695 Mon Sep 17 00:00:00 2001 From: duangavin123 Date: Thu, 28 Jul 2022 13:09:49 +0000 Subject: [PATCH] fixed 54d3505 from https://gitee.com/duangavin123_admin/docs/pulls/7364 update en/device-dev/driver/driver-platform-uart-des.md. Signed-off-by: duangavin123 --- en/device-dev/driver/driver-platform-uart-des.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-uart-des.md b/en/device-dev/driver/driver-platform-uart-des.md index 20340bfd49..5c52adac89 100644 --- a/en/device-dev/driver/driver-platform-uart-des.md +++ b/en/device-dev/driver/driver-platform-uart-des.md @@ -106,7 +106,7 @@ The UART interface defines a set of common functions for operating a UART port, The figure below illustrates how to use the APIs. **Figure 3** Using UART driver APIs -![](figures/using-uart-process.png "process-of-using-a-uart-device") +![](figures/using-UART-process.png "process-of-using-a-uart-device") ### Obtaining a UART Device Handle -- GitLab