8000 Update espToError.c · hasevr/esp32-snippets@054a87b · GitHub
[go: up one dir, main page]

Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 054a87b

Browse files
authored
Update espToError.c
1 parent ab08a65 commit 054a87b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

error handling/fragments/espToError.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ char *espToString(esp_err_t value) {
1313
case ESP_ERR_INVALID_ARG:
1414
return "Invalid argument";
1515
case ESP_ERR_INVALID_SIZE:
16-
return "Invalid state";
16+
return "Invalid size";
1717
case ESP_ERR_INVALID_STATE:
1818
return "Invalid state";
1919
case ESP_ERR_NOT_ 3773 FOUND:

0 commit comments

Comments
 (0)
0