forked from espressif/esp-idf
feat(docs): Add note about including esp_check.h for error-handling.rst docs page
This commit is contained in:
committed by
Konstantin Kondrashov
parent
eb81a853fb
commit
2cc28d90fb
@ -83,6 +83,9 @@ Error message will typically look like this:
|
||||
|
||||
:c:macro:`ESP_ERROR_CHECK_WITHOUT_ABORT` macro serves similar purpose as ``ESP_ERROR_CHECK``, except that it will not call ``abort()``.
|
||||
|
||||
.. note::
|
||||
|
||||
Macros below require ``esp_check.h`` header file to be included
|
||||
|
||||
.. _esp-return-on-error-macro:
|
||||
|
||||
|
Reference in New Issue
Block a user