Skip to content

Commit 1676b67

Browse files
committed
change header inclusion order
1 parent 4e5a130 commit 1676b67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/system/esp32/Esp.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515
*
1616
* @authors Soldered
1717
***************************************************/
18-
#ifdef USES_I2S
18+
1919
#include "Esp.h"
2020
#include "../../boardSelect.h"
21-
21+
#ifdef USES_I2S
2222
/**
2323
* @brief Function Intializes I2S driver of the ESP32
2424
*

0 commit comments

Comments
 (0)