docs: clarify ESP_RETURN_ON_ERROR result

pull/13669/head
Richard Allen 2024-04-22 09:56:58 -05:00
rodzic 636ff35b52
commit 4226d13b01
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -85,7 +85,7 @@ Error message will typically look like this::
``ESP_RETURN_ON_ERROR`` Macro
-----------------------------
:c:macro:`ESP_RETURN_ON_ERROR` macro checks the error code, if the error code is not equal :c:macro:`ESP_OK`, it prints the message and returns.
:c:macro:`ESP_RETURN_ON_ERROR` macro checks the error code, if the error code is not equal :c:macro:`ESP_OK`, it prints the message and returns the error code.
.. _esp-goto-on-error-macro: