diff --git a/en/device-dev/driver/driver-platform-pwm-develop.md b/en/device-dev/driver/driver-platform-pwm-develop.md index 0af82ba636f135d6af1ffc027812cc18a1833179..a755320c508fffbd533763f03db19d3a7e9fce09 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.