Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 9fe3230

Browse filesBrowse files
authored
Update esp-idf_component.md
1 parent 409c75d commit 9fe3230
Copy full SHA for 9fe3230

File tree

Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+5
-5
lines changed

‎docs/esp-idf_component.md

Copy file name to clipboardExpand all lines: docs/esp-idf_component.md
+5-5Lines changed: 5 additions & 5 deletions
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.