arch/xtensa/src/esp32/esp32_wtd_lowerhalf.c: Fix a syslog format

This commit is contained in:
YAMAMOTO Takashi 2020-11-22 15:08:26 +09:00 committed by Xiang Xiao
parent fe4395f916
commit 2aced358a8

View File

@ -169,7 +169,7 @@ static int esp32_wtd_start(FAR struct watchdog_lowerhalf_s *lower)
int ret = OK;
irqstate_t flags;
wdinfo("Entry: started=%d\n");
wdinfo("Entry: started\n");
DEBUGASSERT(priv);
if (priv->started == true)