4
0
mirror of https://github.com/RT-Thread/rt-thread.git synced 2025-02-18 18:39:11 +08:00

Merge pull request #2938 from yangjie11/iwg_to_wdt

[bsp][swm320-lq100]修改看门狗设备名称与stm32保持一致
This commit is contained in:
Bernard Xiong 2019-08-10 11:28:11 +08:00 committed by GitHub
commit 882ba628bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -63,7 +63,7 @@ int rt_hw_wdt_init(void)
swm320_wdt.ops = &swm320_wdt_ops;
result = rt_hw_watchdog_register(&swm320_wdt,
"iwg",
"wdt",
RT_DEVICE_FLAG_RDWR,
WDT);