feat(docs): Add note about including esp_check.h for error-handling.rst docs page

This commit is contained in:
Maciej Ślusarz
2025-05-09 12:56:27 +02:00
committed by Konstantin Kondrashov
parent eb81a853fb
commit 2cc28d90fb

View File

@ -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: