From 923d99b734542dadd2006412cfa839e00a2b4d80 Mon Sep 17 00:00:00 2001 From: Austin Date: Tue, 8 Feb 2022 11:40:28 +0000 Subject: [PATCH] update en/device-dev/driver/driver-platform-watchdog-develop.md. Signed-off-by: Austin --- en/device-dev/driver/driver-platform-watchdog-develop.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/en/device-dev/driver/driver-platform-watchdog-develop.md b/en/device-dev/driver/driver-platform-watchdog-develop.md index 9f511adacd..2c01a9b2dc 100644 --- a/en/device-dev/driver/driver-platform-watchdog-develop.md +++ b/en/device-dev/driver/driver-platform-watchdog-develop.md @@ -11,7 +11,7 @@ In the Hardware Driver Foundation \(HDF\) framework, the Watchdog \(also called Watchdog timer\) module uses the independent service mode for API adaptation. In this mode, each device independently publishes a device service to handle external access requests. After receiving an access request from an API, the device manager extracts the parameters in the request to call the internal method of the target device. In the independent service mode, the service management capabilities of the HDF Device Manager can be directly used. However, you need to configure a device node for each device, which increases the memory usage. **Figure 1** Independent service mode -![](figures/independent-service-mode-15.png "independent-service-mode-15") +![](figures/independent-service-mode.png "independent-service-mode-15") ## How to Develop -- GitLab