mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
docs:fix a typo in logging library
This commit is contained in:
parent
5eb8defb30
commit
7b6c8d6f8f
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user