未验证 提交 09e2840a 编写于 作者: K king_he 提交者: Gitee

update zh-cn/device-dev/driver/driver-platform-regulator-des.md.

Signed-off-by: Nking_he <6384784@qq.com>
上级 93bbc293
......@@ -243,7 +243,7 @@ int32_t ret;
int32_t minUv = 0; // 最小电压为0µV
int32_t maxUv = 20000; // 最大电压为20000µV
/*设置Regulator电压输出电压范围*/
/* 设置Regulator电压输出电压范围 */
ret = RegulatorSetVoltage(handle, minUv, maxUv);
if (ret != 0) {
/* 错误处理 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册