xtensa/esp32: Fix code nxstyle issue

This commit is contained in:
Chen Wen 2021-05-06 15:11:30 +08:00 committed by Alan Carvalho de Assis
parent f7db743152
commit e44ec9e48e
17 changed files with 172 additions and 176 deletions

View file

@ -194,8 +194,7 @@ int esp32_bringup(void)
ret = esp32_rt_timer_init();
if (ret < 0)
{
syslog(LOG_ERR, "Failed to initialize RT timer error\n");
return ret;
syslog(LOG_ERR, "Failed to initialize RT timer: %d\n", ret);
}
#endif