Skip to content

Commit

Permalink
Update espToError.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Testato authored Apr 2, 2018
1 parent ab08a65 commit 054a87b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion error handling/fragments/espToError.c
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ char *espToString(esp_err_t value) {
case ESP_ERR_INVALID_ARG:
return "Invalid argument";
case ESP_ERR_INVALID_SIZE:
return "Invalid state";
return "Invalid size";
case ESP_ERR_INVALID_STATE:
return "Invalid state";
case ESP_ERR_NOT_FOUND:
Expand Down

0 comments on commit 054a87b

Please sign in to comment.