arch/xtensa/src/esp32/esp32_wtd_lowerhalf.c: Fix a syslog format
This commit is contained in:
parent
fe4395f916
commit
2aced358a8
@ -169,7 +169,7 @@ static int esp32_wtd_start(FAR struct watchdog_lowerhalf_s *lower)
|
|||||||
int ret = OK;
|
int ret = OK;
|
||||||
irqstate_t flags;
|
irqstate_t flags;
|
||||||
|
|
||||||
wdinfo("Entry: started=%d\n");
|
wdinfo("Entry: started\n");
|
||||||
DEBUGASSERT(priv);
|
DEBUGASSERT(priv);
|
||||||
|
|
||||||
if (priv->started == true)
|
if (priv->started == true)
|
||||||
|
Loading…
Reference in New Issue
Block a user