Merge pull request #3611 from 2000000/watchdog_fix

[drivers][watchdog] 修复watchdog.c 注释的一处笔误
This commit is contained in:
Bernard Xiong 2020-05-20 15:10:19 +08:00 committed by GitHub
commit 19c01e9d5e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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