fix conjugation

This commit is contained in:
Marc-Philip 2023-02-26 19:10:13 +01:00 committed by GitHub
parent 97bc964b6c
commit 9f7f7ca49b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -70,7 +70,7 @@ String ResetReasonClass::get_reset_reason_verbose(uint8_t cpu_id)
break;
#ifndef CONFIG_IDF_TARGET_ESP32C3
case 14:
reason_str = F("for APP CPU, reseted by PRO CPU");
reason_str = F("for APP CPU, reset by PRO CPU");
break;
#endif
case 15: