提交 91ac677b authored 作者: blu's avatar blu

evmlmotion: resize image

上级 41d16a7f
...@@ -1113,7 +1113,7 @@ class EvWatchDog { ...@@ -1113,7 +1113,7 @@ class EvWatchDog {
} }
uint8_t check = ~intervalMs; uint8_t check = ~intervalMs;
uint8_t data[] = {0xFE, 0xFE, intervalMs, check, 0xEF}; uint8_t data[] = {0xFE, 0xFE, intervalMs, check, 0xEF};
spdlog::info("evdaemon feed watch dog: {}, {}", intervalMs, check); spdlog::debug("evdaemon feed watch dog: {}, {}", intervalMs, check);
if( -1 == write(fd,data,5)){ if( -1 == write(fd,data,5)){
spdlog::error("evdaemon failed to write watchdog fd"); spdlog::error("evdaemon failed to write watchdog fd");
return -1; return -1;
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论