Skip to content

Commit 40116fe

Browse files
authored
Normalize core header's include guard. (#8110)
1 parent 2185f9b commit 40116fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

cores/esp8266/core_esp8266_i2s.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@
1818
License along with this library; if not, write to the Free Software
1919
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
2020
*/
21-
#ifndef I2S_h
22-
#define I2S_h
21+
#ifndef CORE_ESP8266_I2S_H
22+
#define CORE_ESP8266_I2S_H
2323

2424
#define I2S_HAS_BEGIN_RXTX_DRIVE_CLOCKS 1
2525

0 commit comments

Comments
 (0)