소스 검색

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" // 不可能
 };