Skip to content

Commit 2cc28d9

Browse files
tendanKonstantinKondrashov
authored andcommitted
feat(docs): Add note about including esp_check.h for error-handling.rst docs page
1 parent eb81a85 commit 2cc28d9

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docs/en/api-guides/error-handling.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,9 @@ Error message will typically look like this:
8383

8484
:c:macro:`ESP_ERROR_CHECK_WITHOUT_ABORT` macro serves similar purpose as ``ESP_ERROR_CHECK``, except that it will not call ``abort()``.
8585

86+
.. note::
87+
88+
Macros below require ``esp_check.h`` header file to be included
8689

8790
.. _esp-return-on-error-macro:
8891

0 commit comments

Comments
 (0)