8000 Merge pull request #461 from Testato/patch-1 · benjaminaigner/esp32-snippets@630f1b5 · GitHub
[go: up one dir, main page]

Skip to content

Commit 630f1b5

Browse files
authored
Merge pull request nkolban#461 from Testato/patch-1
Update espToError.c
2 parents ab08a65 + 054a87b commit 630f1b5

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