From 9fe32304c8c73cf16f9405cca0b925cae3dbf96a Mon Sep 17 00:00:00 2001 From: Me No Dev Date: Sat, 14 Oct 2017 00:08:41 +0300 Subject: [PATCH] Update esp-idf_component.md --- docs/esp-idf_component.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/esp-idf_component.md b/docs/esp-idf_component.md index 08d4f030..be685125 100644 --- a/docs/esp-idf_component.md +++ b/docs/esp-idf_component.md @@ -62,9 +62,9 @@ To use as a component of ESP-IDF If you are writing code that does not require Arduino to compile and you want your `ESP_LOGx` macros to work in Arduino IDE, you can enable the compatibility by adding the following lines after your includes: - ```cpp - #ifdef ARDUINO_ARCH_ESP32 - #include "esp32-hal-log.h" - #endif - ``` +```cpp +#ifdef ARDUINO_ARCH_ESP32 +#include "esp32-hal-log.h" +#endif +```