Skip to content

Commit

Permalink
Normalize core header's include guard. (#8110)
Browse files Browse the repository at this point in the history
  • Loading branch information
dok-net committed Jun 9, 2021
1 parent 2185f9b commit 40116fe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cores/esp8266/core_esp8266_i2s.h
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 40116fe

Please sign in to comment.