1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-04-19 23:22:16 +03:00

Normalize core header's include guard. (#8110)

This commit is contained in:
Dirk O. Kaar 2021-06-09 18:55:27 +02:00 committed by GitHub
parent 2185f9bd73
commit 40116feb33
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,8 +18,8 @@
License along with this library; if not, write to the Free Software License along with this library; if not, write to the Free Software
Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
*/ */
#ifndef I2S_h #ifndef CORE_ESP8266_I2S_H
#define I2S_h #define CORE_ESP8266_I2S_H
#define I2S_HAS_BEGIN_RXTX_DRIVE_CLOCKS 1 #define I2S_HAS_BEGIN_RXTX_DRIVE_CLOCKS 1