浏览代码

Merge pull request #3611 from 2000000/watchdog_fix

[drivers][watchdog] 修复watchdog.c 注释的一处笔误
Bernard Xiong 5 年之前
父节点
当前提交
19c01e9d5e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      components/drivers/watchdog/watchdog.c

+ 1 - 1
components/drivers/watchdog/watchdog.c

@@ -14,7 +14,7 @@
 /* RT-Thread Device Interface */
 /* RT-Thread Device Interface */
 
 
 /*
 /*
- * This function initializes serial
+ * This function initializes watchdog
  */
  */
 static rt_err_t rt_watchdog_init(struct rt_device *dev)
 static rt_err_t rt_watchdog_init(struct rt_device *dev)
 {
 {