Ver Fonte

docs:fix a typo in logging library

Linda há 3 anos atrás
pai
commit
7b6c8d6f8f
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      components/log/README.rst

+ 1 - 1
components/log/README.rst

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