mirror of https://github.com/RT-Thread/rt-thread
[drivers][watchdog] 修复watchdog.c 注释的一处笔误
This commit is contained in:
parent
2cbb9c5388
commit
8aaa89a6f1
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue