From 5fb1a2b05a50324a9b7cca6fdb8252d731072ff6 Mon Sep 17 00:00:00 2001 From: Annie_wang Date: Thu, 17 Mar 2022 07:35:06 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-pwm-develop.md. Signed-off-by: Annie_wang --- en/device-dev/driver/driver-platform-pwm-develop.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/en/device-dev/driver/driver-platform-pwm-develop.md b/en/device-dev/driver/driver-platform-pwm-develop.md index 0af82ba636..a755320c50 100644 --- a/en/device-dev/driver/driver-platform-pwm-develop.md +++ b/en/device-dev/driver/driver-platform-pwm-develop.md @@ -79,8 +79,9 @@ The PWM module adaptation involves the following steps: - Initialize **PwmDev**. - Instantiate **PwmMethod** in the **PwmDev** object. - >![](../public_sys-resources/icon-note.gif) **NOTE:** - >For details, see [PwmMethod](#section14560119104318) and [Table 1](#table11173154124311). + >![](../public_sys-resources/icon-note.gif) **NOTE** + + >For details, see [Available APIs](#availableapis). 4. Debug the driver. -- GitLab