Skip to content

Commit 9fe3230

Browse files
authored
Update esp-idf_component.md
1 parent 409c75d commit 9fe3230

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

docs/esp-idf_component.md

+5-5
Original file line numberDiff line numberDiff line change
@@ -62,9 +62,9 @@ To use as a component of ESP-IDF
6262

6363
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:
6464

65-
```cpp
66-
#ifdef ARDUINO_ARCH_ESP32
67-
#include "esp32-hal-log.h"
68-
#endif
69-
```
65+
```cpp
66+
#ifdef ARDUINO_ARCH_ESP32
67+
#include "esp32-hal-log.h"
68+
#endif
69+
```
7070

0 commit comments

Comments
 (0)