[bsp][swm320-lq100]修改看门狗设备名称与stm32保持一致

This commit is contained in:
yangjie 2019-08-09 18:48:36 +08:00
parent 532ad16b7b
commit af9ca82722

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);