From 40116feb334dca0a3650e1e001fd7bb35aeddbb4 Mon Sep 17 00:00:00 2001 From: "Dirk O. Kaar" <19971886+dok-net@users.noreply.github.com> Date: Wed, 9 Jun 2021 18:55:27 +0200 Subject: [PATCH] Normalize core header's include guard. (#8110) --- cores/esp8266/core_esp8266_i2s.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cores/esp8266/core_esp8266_i2s.h b/cores/esp8266/core_esp8266_i2s.h index db572fa19..07a18ef55 100644 --- a/cores/esp8266/core_esp8266_i2s.h +++ b/cores/esp8266/core_esp8266_i2s.h @@ -18,8 +18,8 @@ License along with this library; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA */ -#ifndef I2S_h -#define I2S_h +#ifndef CORE_ESP8266_I2S_H +#define CORE_ESP8266_I2S_H #define I2S_HAS_BEGIN_RXTX_DRIVE_CLOCKS 1