Skip to content

Commit

Permalink
Merge pull request #2 from PaulStoffregen/master
Browse files Browse the repository at this point in the history
Make Key.h less likely to conflict with other libs
  • Loading branch information
Chris--A committed Feb 3, 2016
2 parents e315dd6 + afa1a7e commit 3628214
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Key.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@
||
*/

#ifndef KEY_H
#define KEY_H
#ifndef Keypadlib_KEY_H_
#define Keypadlib_KEY_H_

#include <Arduino.h>

Expand Down

0 comments on commit 3628214

Please sign in to comment.