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 eb81a85 commit 2cc28d9Copy full SHA for 2cc28d9
docs/en/api-guides/error-handling.rst
@@ -83,6 +83,9 @@ Error message will typically look like this:
83
84
:c:macro:`ESP_ERROR_CHECK_WITHOUT_ABORT` macro serves similar purpose as ``ESP_ERROR_CHECK``, except that it will not call ``abort()``.
85
86
+.. note::
87
+
88
+ Macros below require ``esp_check.h`` header file to be included
89
90
.. _esp-return-on-error-macro:
91
0 commit comments