We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62d16ce commit d5f89a1Copy full SHA for d5f89a1
ports/espressif/common-hal/ssl/crt_bundle.c
@@ -18,7 +18,7 @@ static int convert_esp_err(esp_err_t ret) {
18
case ESP_OK:
19
return 0;
20
default:
21
- // Right now esp_crt_bundle.c doesn't return very specific errors.
+ // Right now esp_crt_bundle.c doesn't return very specific errors.
22
case ESP_ERR_INVALID_ARG:
23
return -MP_EINVAL;
24
}
0 commit comments