浏览代码

fix typo in poweron reason

Wendal Chen 3 年之前
父节点
当前提交
0ff1836b7a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      app/main.c

+ 1 - 1
app/main.c

@@ -97,7 +97,7 @@ static const const char* reason[] = {
 	"reset by key",
 	"reboot by exception",
 	"reboot by tool",
-	"reset by watchdoy",
+	"reset by watchdog",
 	"reset by pad",
 	"by charge" // 不可能
 };