Explorar el Código

fix typo in poweron reason

Wendal Chen hace 3 años
padre
commit
0ff1836b7a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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" // 不可能
 };