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

Skip to content

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_FOUND:

0 commit comments

Comments
 (0)
0