Skip to content

Commit 5cbf308

Browse files
committed
Add include guard
1 parent 2f608ba commit 5cbf308

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/MKRENV.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
1818
*/
1919

20+
#ifndef _MKRENV_H_
21+
#define _MKRENV_H_
22+
2023
#include <Arduino.h>
2124
#include <Wire.h>
2225

@@ -58,3 +61,5 @@ class ENVClass {
5861
};
5962

6063
extern ENVClass ENV;
64+
65+
#endif

0 commit comments

Comments
 (0)