We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d77d13 commit b3ceb0aCopy full SHA for b3ceb0a
bsp/gd32/arm/libraries/gd32_drivers/drv_wdt.c
@@ -52,7 +52,7 @@ static rt_err_t gd32_wdt_init(rt_watchdog_t *wdt)
52
rcu_osci_on(WDT_OSCI_TYPE);
53
if (ERROR == rcu_osci_stab_wait(WDT_OSCI_TYPE))
54
{
55
- LOG_E("failed init %s clock for free watchdog.", WDT_OSCI_TYPE);
+ LOG_E("failed init %u clock for free watchdog.", WDT_OSCI_TYPE);
56
return -RT_EINVAL;
57
}
58
#endif
0 commit comments