mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-05 21:54:33 +02:00
Merge branch 'docs/fix_typo_in_logging_library' into 'master'
docs:fix a typo in logging library See merge request espressif/esp-idf!21806
This commit is contained in:
@@ -63,7 +63,7 @@ At file scope, define it before including ``esp_log.h``, e.g.:
|
||||
#define LOG_LOCAL_LEVEL ESP_LOG_VERBOSE
|
||||
#include "esp_log.h"
|
||||
|
||||
At component scope, define it in the component makefile:
|
||||
At component scope, define it in the component CMakeLists:
|
||||
|
||||
.. code-block:: cmake
|
||||
|
||||
|
Reference in New Issue
Block a user